58cd0d340c
The jslint guys have changed their error format again. Update the syntax checker to handle it. Currently jslint outputs a "use strict" error if a function doesnt have 'use strict' at the top. This is not good for our purposes, so just filter this out for now.