OSDN Git Service

Version 0.6.78, bugfix & starting jsdoc.
[pettanr/clientJs.git] / 0.6.x / js / 00_core / 02_XType.js
index 1861709..005ea3e 100644 (file)
@@ -49,7 +49,7 @@ X.Type = {
        isHTMLElement :\r
                new Function( 'v',\r
                        ( X.UA.IE4 || X.UA.MacIE ) ?\r
-                               'return v&&v.tagName&&v.all' :// ie4 or MacIE5.23\r
+                       'return v&&v.tagName' : // ie4 or MacIE5.23, v.all <- error\r
                        window[ 'HTMLElement' ] ?\r
                                'return v instanceof HTMLElement' :\r
                        //window[ 'Element' ] ?\r