X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=0.6.x%2Fjs%2Fdom%2F15_XDomStyle.js;fp=0.6.x%2Fjs%2Fdom%2F15_XDomStyle.js;h=2d2055d01b760e43919327337d9945a0ec5ccbcf;hb=fea279367eb755020932de6dbc4962c3793d707f;hp=019cb6766230c0dc1773b4b22b3da007a4b86c85;hpb=a61ab6d32e957512bba8575552754a78462e3809;p=pettanr%2FclientJs.git diff --git a/0.6.x/js/dom/15_XDomStyle.js b/0.6.x/js/dom/15_XDomStyle.js index 019cb67..2d2055d 100644 --- a/0.6.x/js/dom/15_XDomStyle.js +++ b/0.6.x/js/dom/15_XDomStyle.js @@ -71,12 +71,6 @@ X.Dom.Style = { }, /* fontSize -> font-size */ - /* - REG_LARGE : /[A-Z]/g, - uncamelize: function( str ){ - return str.split( ' ' ).join( '' ).replace( X.Dom.Style.REG_LARGE, '-$&' ).toLowerCase(); - }, */ - CHAR_CODE_A : 'A'.charCodeAt( 0 ), _DICTIONARY_UNCAMELIZE : {}, @@ -1128,7 +1122,7 @@ X.Dom.Node.prototype._getCharSize = }; return 0; }) : - document.getElementById ? + X.Dom.DOM_W3C ? (function(){ var elm, v; if( this === Node.root && X.Dom.baseFontSize ) return X.Dom.baseFontSize;