JSLint is suddenly reporting: Use the function form of “use strict”
Include ‘use strict’; as the first statement in a wrapping function, so it only affects that function. This prevents problems when concatenating scripts that aren’t strict. See Douglas Crockford’s latest blog post Strict Mode Is Coming To Town. Example from that post: Update: In case you don’t want to wrap in immediate function (e.g. it … Read more