Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jquery.js #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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);