mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Stop removing the JSHint onevar option, it's no longer there
This commit is contained in:
parent
f52fa81811
commit
3f46cec169
@ -27,10 +27,6 @@ module.exports = function( grunt ) {
|
||||
}
|
||||
} )();
|
||||
|
||||
// The concatenated file won't pass onevar
|
||||
// But our modules can
|
||||
delete srcHintOptions.onevar;
|
||||
|
||||
if ( !grunt.option( "filename" ) ) {
|
||||
grunt.option( "filename", "jquery.js" );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user