Page MenuHomePhabricator

Change double quotes to single quotes in JavaScript.
ClosedPublic

Authored by joshuaspence on Jun 23 2014, 1:32 AM.
Tags
None
Referenced Files
F14044931: D9677.id.diff
Tue, Nov 12, 11:02 PM
F14044754: D9677.id.diff
Tue, Nov 12, 8:35 PM
F14043682: D9677.id23225.diff
Tue, Nov 12, 12:09 PM
F14041687: D9677.id23250.diff
Mon, Nov 11, 8:34 PM
F14039872: D9677.id23253.diff
Mon, Nov 11, 6:34 AM
F14038190: D9677.diff
Sun, Nov 10, 10:05 PM
F14035631: D9677.id23250.diff
Sun, Nov 10, 6:50 AM
F14035626: D9677.id23225.diff
Sun, Nov 10, 6:49 AM
Subscribers

Details

Summary

As advised by JSHint.

Test Plan

I'm not really sure how to comprehensively test this. It looks okay to me.

Diff Detail

Event Timeline

joshuaspence retitled this revision from to Change double quotes to single quotes in JavaScript..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added reviewers: epriestley, chad.
epriestley edited edge metadata.

I think I caught one real issue.

webroot/rsrc/js/core/behavior-phabricator-remarkup-assist.js
130

I think this removes a ) and introduces a syntax error.

This revision now requires changes to proceed.Jun 23 2014, 4:08 PM
webroot/rsrc/js/core/behavior-phabricator-remarkup-assist.js
130

Yeah you're right. Interesting that JSHint only raises this as a warning.

joshuaspence edited edge metadata.
  • Fix syntax error
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 23 2014, 5:33 PM
joshuaspence updated this revision to Diff 23253.

Closed by commit rP79f9d8740104 (authored by @joshuaspence).