OSDN Git Service

Version 0.6.53, fix for X.Dom.Event.BASE_FONT_RESIZED.
[pettanr/clientJs.git] / 0.6.x / js / ui / 20_PageRoot.js
index 2a658aa..ad23050 100644 (file)
@@ -130,7 +130,9 @@ var _PageRoot = _Box.inherits(
                doFirstCalc : function(){
                        this.calculate();
                        this.phase = 4;
-                       X.Dom.listen( X.Dom.Event.VIEW_RESIZED, this, this.calculate );
+                       X.Dom
+                               .listen( X.Dom.Event.VIEW_RESIZED, this, this.calculate )
+                               .listen( X.Dom.Event.BASE_FONT_RESIZED, this, this.calculate );
                },
                
                reserveCalc : function(){