Searched defs:isObject (Results 1 - 2 of 2) sorted by relevance

/yui3/src/yui/js/
H A Dyui-lang.js161 * <code>Y.Lang.isObject([]) === true</code>.
162 * @method isObject
169 L.isObject = function(o, failfn) {
315 but it actually caused the logic in <code>Y.Lang.isObject</code> to fail.
/yui3/src/test/js/
H A DAssert.js378 * @method isObject
381 isObject : function (actual, message) {

Completed in 31 milliseconds