We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669cb16 commit 9adfad1Copy full SHA for 9adfad1
src/core/access.js
@@ -4,7 +4,7 @@ define([
4
5
// Multifunctional method to get and set values of a collection
6
// The value/s can optionally be executed if it's a function
7
-var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
+var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
8
var i = 0,
9
len = elems.length,
10
bulk = key == null;
0 commit comments