As advised by JSHint.
Details
Details
- Reviewers
epriestley chad - Group Reviewers
Blessed Reviewers - Commits
- Restricted Diffusion Commit
rP79f9d8740104: Change double quotes to single quotes in JavaScript.
I'm not really sure how to comprehensively test this. It looks okay to me.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- js-singlequote
- Lint
Lint Warnings Severity Location Code Message Warning webroot/rsrc/js/application/uiexample/notification-example.js:42 W117 JSHintW117 Warning webroot/rsrc/js/core/behavior-phabricator-remarkup-assist.js:130 W033 JSHintW033 Warning webroot/rsrc/js/core/behavior-phabricator-remarkup-assist.js:130 W116 JSHintW116 - Unit
No Test Coverage - Build Status
Buildable 1315 Build 1315: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
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. |
webroot/rsrc/js/core/behavior-phabricator-remarkup-assist.js | ||
---|---|---|
130 | Yeah you're right. Interesting that JSHint only raises this as a warning. |