OSDN Git Service

Version 0.6.78, bugfix & starting jsdoc.
[pettanr/clientJs.git] / 0.6.x / js / 01_dom / 15_XDomStyle.js
index e5e0b94..bae6a2d 100644 (file)
@@ -1083,6 +1083,7 @@ X.Dom.Node.prototype._getCharSize =
                        if( this._fontSize ) return this._fontSize;
                        return this._fontSize = parseFloat( getComputedStyle( this._rawObject, null ).fontSize );
                }) :
+
        document.defaultView && document.defaultView.getComputedStyle ?
                (function(){
                        Node._body._updateTimerID && Node._body._startUpdate();
@@ -1090,7 +1091,16 @@ X.Dom.Node.prototype._getCharSize =
                        if( this._fontSize ) return this._fontSize;
                        return this._fontSize = parseFloat( document.defaultView.getComputedStyle( this._rawObject, null ).fontSize );
                }) :
-       X.UA.IE && 5.5 <= X.UA.IE ?
+
+
+
+
+
+
+
+
+
+       5.5 <= X.UA.IE ?
                (function(){
                        var font, vu, v, u, _v;
                        Node._body._updateTimerID && Node._body._startUpdate();