$.fn.hasScrollBar = function () {
"use strict";
return this.get(0).scrollHeight > this.height();
}
JSLintは不平を言い、次のように言います。
Unexpected '(end)'.
}
line 5 character 1
何が問題なのですか?
$.fn.hasScrollBar = function () {
"use strict";
return this.get(0).scrollHeight > this.height();
}
JSLintは不平を言い、次のように言います。
Unexpected '(end)'.
}
line 5 character 1
何が問題なのですか?