Page MenuHomePhabricator

Minor JavaScript fix
ClosedPublic

Authored by joshuaspence on Dec 30 2014, 9:51 AM.
Tags
None
Referenced Files
F19552498: D11062.id.diff
Jan 29 2026, 12:54 AM
F19542954: D11062.id26553.diff
Jan 22 2026, 2:13 PM
F19259148: D11062.id.diff
Dec 22 2025, 3:18 PM
F19231834: D11062.diff
Dec 21 2025, 4:55 PM
F18903959: D11062.diff
Nov 8 2025, 7:06 AM
F18876974: D11062.diff
Nov 6 2025, 5:09 AM
F18871018: D11062.diff
Nov 4 2025, 8:28 PM
F18847700: D11062.diff
Oct 30 2025, 1:50 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.