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
F14008226: D9677.diff
Tue, Oct 29, 6:04 PM
F13974219: D9677.diff
Fri, Oct 18, 4:34 AM
Unknown Object (File)
Fri, Oct 11, 11:55 PM
Unknown Object (File)
Fri, Oct 11, 11:53 PM
Unknown Object (File)
Fri, Oct 11, 11:53 PM
Unknown Object (File)
Sep 20 2024, 4:19 AM
Unknown Object (File)
Sep 20 2024, 2:29 AM
Unknown Object (File)
Sep 19 2024, 2:58 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).