mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Core: Don't expose jQuery.access
jQuery.access was never documented, there is no need to keep it exposed. Fixes gh-2513 Closes gh-2524
This commit is contained in:
parent
b988c0e45d
commit
12230d39e1
@ -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,
|
||||
length = elems.length,
|
||||
bulk = key == null;
|
||||
|
Loading…
Reference in New Issue
Block a user