Landing pull request 378. Comment typo in core.js.
More Details: - https://github.com/jquery/jquery/pull/378
This commit is contained in:
parent
5eef5917fd
commit
8a532d1575
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ jQuery.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
// Mutifunctional method to get and set values to a collection
|
// Mutifunctional method to get and set values to a collection
|
||||||
// The value/s can be optionally by executed if its a function
|
// The value/s can optionally be executed if it's a function
|
||||||
access: function( elems, key, value, exec, fn, pass ) {
|
access: function( elems, key, value, exec, fn, pass ) {
|
||||||
var length = elems.length;
|
var length = elems.length;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue