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
Unknown Object (File)
Tue, Dec 17, 9:13 AM
Unknown Object (File)
Nov 14 2024, 4:59 AM
Unknown Object (File)
Nov 12 2024, 11:02 PM
Unknown Object (File)
Nov 12 2024, 8:35 PM
Unknown Object (File)
Nov 12 2024, 12:09 PM
Unknown Object (File)
Nov 11 2024, 8:34 PM
Unknown Object (File)
Nov 11 2024, 6:34 AM
Unknown Object (File)
Nov 10 2024, 10:05 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

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

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).