mhulse / jquery-kerplop

Move stuff from one place to another.
http://mhulse.github.io/jquery-kerplop/demo/
Apache License 2.0
2 stars 0 forks source link

Change "use strict" comment. #11

Closed mhulse closed 11 years ago

mhulse commented 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.

mhulse commented 11 years ago

Here's what I came up with:

/**
 * Function-level strict mode syntax.
 *
 * @see rgne.ws/XcZgn8
 */

'use strict';
mhulse commented 11 years ago

Done: fa3ea37fc39934e2f45f78df28c8e4165ec39246 ('round thereabouts)