Closed mhulse closed 11 years ago
It's not a JSHint option:
http://stackoverflow.com/questions/1335851/what-does-use-strict-do-in-javascript-and-what-is-the-reasoning-behind-it
Update the doc comment.
Here's what I came up with:
/** * Function-level strict mode syntax. * * @see rgne.ws/XcZgn8 */ 'use strict';
Done: fa3ea37fc39934e2f45f78df28c8e4165ec39246 ('round thereabouts)
It's not a JSHint option:
http://stackoverflow.com/questions/1335851/what-does-use-strict-do-in-javascript-and-what-is-the-reasoning-behind-it
Update the doc comment.