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
Unknown Object (File)
Mon, Sep 9, 3:48 PM
Unknown Object (File)
Fri, Sep 6, 9:58 PM
Unknown Object (File)
Fri, Sep 6, 3:01 PM
Unknown Object (File)
Sun, Aug 25, 8:30 PM
Unknown Object (File)
Wed, Aug 21, 10:44 AM
Unknown Object (File)
Aug 19 2024, 4:30 AM
Unknown Object (File)
Aug 19 2024, 1:38 AM
Unknown Object (File)
Jul 30 2024, 12:13 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.