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
F13817696: D9677.diff
Fri, Sep 20, 2:29 AM
F13816426: D9677.diff
Thu, Sep 19, 2:58 PM
Unknown Object (File)
Mon, Sep 9, 8:26 AM
Unknown Object (File)
Wed, Aug 28, 10:03 AM
Unknown Object (File)
Aug 19 2024, 11:35 PM
Unknown Object (File)
Aug 19 2024, 11:30 PM
Unknown Object (File)
Aug 19 2024, 11:29 PM
Unknown Object (File)
Aug 19 2024, 11:26 PM
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).