mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Grunt: have jshint check for issues with old IE
This commit is contained in:
parent
73f5467c1f
commit
bac3b5b638
@ -231,7 +231,8 @@ module.exports = function( grunt ) {
|
|||||||
},
|
},
|
||||||
'loopfunc': true,
|
'loopfunc': true,
|
||||||
'jquery': true,
|
'jquery': true,
|
||||||
'browser': true
|
'browser': true,
|
||||||
|
'es3': true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user