OSDN Git Service

Version 0.6.48, fix X.UA for s60 Safari.
[pettanr/clientJs.git] / 0.6.x / js / dom / 13_XDomBoxModel.js
index 0e77c47..49a0288 100644 (file)
@@ -51,6 +51,9 @@ X.Dom.listenOnce( X.Dom.Event.DOM_INIT, function(){
  * Width, Height\r
  *  display:blobk かつ overflow:hidden かつ size(px,em)が設定されていたら、再描画しないでその値を返す\r
  *  display:none なら 0\r
+ * \r
+ * getBoxObjectFor\r
+ * getBoundingClientRect\r
  */\r
 Node.prototype.width = function(){\r
        if( !this.parent ){// todo : _state で tree に所属しているか?判定\r