Page MenuHomePhabricator

Fix `str` being defined as a global variable
ClosedPublic

Authored by joshuaspence on Dec 30 2014, 10:27 AM.
Tags
None
Referenced Files
F14961567: D11068.diff
Sun, Feb 16, 6:34 AM
Unknown Object (File)
Sat, Feb 15, 8:54 AM
Unknown Object (File)
Sat, Feb 8, 12:28 AM
Unknown Object (File)
Sat, Feb 8, 12:28 AM
Unknown Object (File)
Sat, Feb 8, 12:28 AM
Unknown Object (File)
Sat, Feb 8, 12:28 AM
Unknown Object (File)
Fri, Feb 7, 9:42 AM
Unknown Object (File)
Sun, Jan 26, 5:08 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rP6b17a5a6ca49: Fix `str` being defined as a global variable
Summary

This variable should be local, not global. This silences a few JSHint warnings.

Test Plan

arc lint

Diff Detail

Repository
rP Phabricator
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3363
Build 3370: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Fix `str` being defined as a global variable.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Dec 30 2014, 10:57 AM
This revision was automatically updated to reflect the committed changes.