Page MenuHomePhabricator

Minor JavaScript fix
ClosedPublic

Authored by joshuaspence on Dec 30 2014, 9:51 AM.
Tags
None
Referenced Files
F13213510: D11062.diff
Fri, May 17, 7:50 AM
F13175899: D11062.id26575.diff
Wed, May 8, 8:34 AM
Unknown Object (File)
Tue, May 7, 7:21 AM
Unknown Object (File)
Fri, May 3, 6:00 AM
Unknown Object (File)
Sun, Apr 28, 4:42 AM
Unknown Object (File)
Sat, Apr 27, 5:03 AM
Unknown Object (File)
Thu, Apr 25, 5:57 AM
Unknown Object (File)
Apr 11 2024, 8:45 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.