mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 01:25:10 -05:00
Build: Fix various typos
Thanks @jamesgpearce, @imyousuf
Ref dc4b914a05
This commit is contained in:
committed by
Michał Gołębiowski
parent
b7663eabcd
commit
3f9fda8fab
@@ -181,7 +181,7 @@ module.exports = function( grunt ) {
|
||||
// Check removeWith list
|
||||
excludeList( removeWith[ module ] );
|
||||
} else {
|
||||
grunt.log.error( "Module \"" + module + "\" is a mimimum requirement.");
|
||||
grunt.log.error( "Module \"" + module + "\" is a minimum requirement.");
|
||||
}
|
||||
} else {
|
||||
grunt.log.writeln( flag );
|
||||
|
||||
@@ -88,7 +88,7 @@ test("jQuery.data({})", 25, function() {
|
||||
test("jQuery.data(window)", 25, function() {
|
||||
// remove bound handlers from window object to stop potential false positives caused by fix for #5280 in
|
||||
// transports/xhr.js
|
||||
jQuery( window ).off( "unload" );
|
||||
jQuery( window ).off( "unload" );
|
||||
|
||||
dataTests( window );
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user