From: itozyun Date: Sun, 15 Apr 2012 08:42:46 +0000 (+0900) Subject: bug-fix X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4bae6869e17fab74c2cbd834e00002a033d2c4e6;p=pettanr%2Fpettanr.git bug-fix --- diff --git a/public/assets/system.js b/public/assets/system.js index 633b499e..22c8c97f 100644 --- a/public/assets/system.js +++ b/public/assets/system.js @@ -1,6 +1,6 @@ /* * pettanR system.js - * version 0.4.19 + * version 0.4.20 * * author: * itozyun @@ -1617,7 +1617,7 @@ pettanr.gallery = pettanr.view.registerApplication( function(){ this.onClose = function(){ finder.close(); } - this.onWindowResize = function( _w, _h){ + this.onPaneResize = function( _w, _h){ finder.resize( _w, _h - pageHeaderH ); } }); @@ -1631,7 +1631,7 @@ pettanr.backyard = pettanr.view.registerApplication( function(){ } this.onClose = function(){ } - this.onWindowResize = function( _w, _h){ + this.onPaneResize = function( _w, _h){ } }); pettanr.backyard.addToLancher();