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)
Fri, May 30, 10:27 PM
Unknown Object (File)
Wed, May 21, 3:27 AM
Unknown Object (File)
Thu, May 8, 1:48 AM
Unknown Object (File)
Thu, May 8, 1:48 AM
Unknown Object (File)
Apr 29 2025, 5:59 AM
Unknown Object (File)
Apr 27 2025, 12:51 PM
Unknown Object (File)
Apr 16 2025, 8:46 AM
Unknown Object (File)
Apr 11 2025, 6:30 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.