diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-04-10 14:32:24 -0700 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-04-10 14:32:24 -0700 |
commit | 376e0d9fa8ff4e9ca0b77a6f0d0b268ac7faa87e (patch) | |
tree | e35343a252d755f9c5b8295a77f9e8ad5ff27e12 | |
parent | a29d482894a844724f4386f2fed0edf9cf70c069 (diff) | |
parent | fccfeefb1036ac70f565c2f54b55a14fca528d57 (diff) | |
download | jquery-376e0d9fa8ff4e9ca0b77a6f0d0b268ac7faa87e.tar.gz jquery-376e0d9fa8ff4e9ca0b77a6f0d0b268ac7faa87e.zip |
Merge pull request #730 from datag/patch-1
Typo for header in function access()
-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 9c8314c91..4242903ff 100644 --- a/src/core.js +++ b/src/core.js @@ -801,7 +801,7 @@ jQuery.extend({ return proxy; }, - // Mutifunctional method to get and set values to a collection + // Multifunctional method to get and set values of a collection // The value/s can optionally be executed if it's a function access: function( elems, fn, key, value, chainable, emptyGet, pass ) { var exec, |