Skip to content
Snippets Groups Projects
Commit 72e7d59a authored by Demian Katz's avatar Demian Katz
Browse files

Trying to get jslint ignore working properly.

parent df25cd04
No related merge requests found
......@@ -77,9 +77,9 @@ function setIndexOf() {
throw new TypeError();
}
var t = Object(this);
/*jslint bitwise: true*/
var len = t.length >>> 0;
/*jslint bitwise: false*/
var len = t.length >>> 0;
/*jslint bitwise: true*/
if (len === 0) {
return -1;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment