JsLint 'was used before it was defined'
I am getting the following error from JsLint:
http://jslinterrors.com/a-was-used-before-it-was-defined/
But I have tried both solutions, and it keeps reporting me the same error,
any problem here? I have tried this:
/*global document:false */
$(document).ready(function () {
and this:
/*jslint browser:true */
$(document).ready(function () {
No comments:
Post a Comment