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)
Apr 16 2026, 5:10 PM
Unknown Object (File)
Mar 4 2026, 7:00 AM
Unknown Object (File)
Feb 7 2026, 5:08 AM
Unknown Object (File)
Feb 6 2026, 3:02 AM
Unknown Object (File)
Dec 21 2025, 12:26 PM
Unknown Object (File)
Dec 1 2025, 1:24 AM
Unknown Object (File)
Nov 29 2025, 12:11 AM
Unknown Object (File)
Nov 27 2025, 4:38 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.