Page MenuHomePhabricator

Minor JavaScript fix
ClosedPublic

Authored by joshuaspence on Dec 30 2014, 9:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 9 2025, 4:44 PM
Unknown Object (File)
Apr 26 2025, 6:32 PM
Unknown Object (File)
Apr 19 2025, 8:09 AM
Unknown Object (File)
Apr 7 2025, 4:26 AM
Unknown Object (File)
Apr 6 2025, 3:26 AM
Unknown Object (File)
Mar 25 2025, 3:14 AM
Unknown Object (File)
Mar 25 2025, 1:19 AM
Unknown Object (File)
Mar 25 2025, 1:19 AM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rP3f0bc79e0ab1: Minor JavaScript fix
Summary

Currently, editdata is implicitly defined as a global variable (and JSHint complains about this). Instead, change it to be a local variable.

Test Plan

arc lint showed one less warning.

Diff Detail

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

Event Timeline

joshuaspence retitled this revision from to Minor JavaScript fix.
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:50 AM
This revision was automatically updated to reflect the committed changes.