Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions js/jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ jQuery.extend({
return proxy;
},

// Mutifunctional method to get and set values to a collection
// Multifunctional method to get and set values to a collection
// The value/s can optionally be executed if it's a function
access: function( elems, key, value, exec, fn, pass ) {
var length = elems.length;
Expand Down Expand Up @@ -902,7 +902,7 @@ if ( browserMatch.browser ) {
jQuery.browser.version = browserMatch.version;
}

// Deprecated, use jQuery.browser.webkit instead
// Depreciated, use jQuery.browser.webkit instead
if ( jQuery.browser.webkit ) {
jQuery.browser.safari = true;
}
Expand Down Expand Up @@ -9043,4 +9043,4 @@ jQuery.each([ "Height", "Width" ], function( i, name ) {

// Expose jQuery to the global object
window.jQuery = window.$ = jQuery;
})(window);
})(window);