OSDN Git Service

bug-fix
authoritozyun <itozyun@gmail.com>
Sun, 15 Apr 2012 08:42:46 +0000 (17:42 +0900)
committeritozyun <itozyun@gmail.com>
Sun, 15 Apr 2012 09:00:06 +0000 (18:00 +0900)
public/assets/system.js

index 633b499..22c8c97 100644 (file)
@@ -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();