Grunt: have jshint check for issues with old IE

This commit is contained in:
Herst 2015-06-19 10:57:27 +02:00
parent 73f5467c1f
commit bac3b5b638

View File

@ -231,7 +231,8 @@ module.exports = function( grunt ) {
}, },
'loopfunc': true, 'loopfunc': true,
'jquery': true, 'jquery': true,
'browser': true 'browser': true,
'es3': true
} }
}, },