aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/access.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/access.js b/src/core/access.js
index 396c9e8dc..a006ed919 100644
--- a/src/core/access.js
+++ b/src/core/access.js
@@ -4,7 +4,7 @@ define([
// Multifunctional method to get and set values of a collection
// The value/s can optionally be executed if it's a function
-var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
+var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
var i = 0,
len = elems.length,
bulk = key == null;