diff options
author | Schalk Neethling <schalk@ossreleasefeed.com> | 2011-06-14 16:01:50 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-06-14 16:01:50 -0400 |
commit | 8a532d15757f8c3ba491ae14d024e353de6b4c7f (patch) | |
tree | 5d1c4a0e6ad306a2ae98114797b96f4a8af247ed | |
parent | 5eef5917fdb399ace2698154c4cd7bbd24f13182 (diff) | |
download | jquery-8a532d15757f8c3ba491ae14d024e353de6b4c7f.tar.gz jquery-8a532d15757f8c3ba491ae14d024e353de6b4c7f.zip |
Landing pull request 378. Comment typo in core.js.
More Details:
- https://github.com/jquery/jquery/pull/378
-rw-r--r-- | src/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.js b/src/core.js index 2c27bf7cc..ab0d9f7b5 100644 --- a/src/core.js +++ b/src/core.js @@ -792,7 +792,7 @@ jQuery.extend({ }, // 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 ) { var length = elems.length; |