mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Datepicker: Removed unused isArray() function.
This commit is contained in:
parent
f1e1f8ae15
commit
1374f8271a
6
ui/jquery.ui.datepicker.js
vendored
6
ui/jquery.ui.datepicker.js
vendored
@ -1804,12 +1804,6 @@ function extendRemove(target, props) {
|
||||
return target;
|
||||
};
|
||||
|
||||
/* Determine whether an object is an array. */
|
||||
function isArray(a) {
|
||||
return (a && (($.browser.safari && typeof a == 'object' && a.length) ||
|
||||
(a.constructor && a.constructor.toString().match(/\Array\(\)/))));
|
||||
};
|
||||
|
||||
/* Invoke the datepicker functionality.
|
||||
@param options string - a command, optionally followed by additional parameters or
|
||||
Object - settings for attaching new datepicker functionality
|
||||
|
Loading…
Reference in New Issue
Block a user