Author: mgrigorov
Date: Sun Jul 18 09:52:35 2010
New Revision: 965191

URL: http://svn.apache.org/viewvc?rev=965191&view=rev
Log:
Port from wicket-1.4.x

r938341
Author: jcompagner
Date:   Tue Apr 27 07:43:07 2010 UTC (2 months, 3 weeks ago)
Changed paths:  1
Log Message:    
needs to have this. in front of a call


Modified:
    
wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js

Modified: 
wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js?rev=965191&r1=965190&r2=965191&view=diff
==============================================================================
--- 
wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
 (original)
+++ 
wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
 Sun Jul 18 09:52:35 2010
@@ -528,7 +528,7 @@ Wicket.Window.prototype = { 
         * Saves the position (and size if resizable) as a cookie.
         */
        savePosition: function() {
-          savePositionAs(this.window.style.left, this.window.style.top, 
this.window.style.width, this.content.style.height);
+          this.savePositionAs(this.window.style.left, this.window.style.top, 
this.window.style.width, this.content.style.height);
        },
        
        savePositionAs: function(x, y, width, height) {


Reply via email to