Datepicker: Removed unused isArray() function.

This commit is contained in:
Scott González 2012-06-14 18:09:53 -04:00
parent f1e1f8ae15
commit 1374f8271a

View File

@ -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