Author: jcompagner
Date: Tue Apr 27 07:43:07 2010
New Revision: 938341

URL: http://svn.apache.org/viewvc?rev=938341&view=rev
Log:
needs to have this. in front of a call

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

Modified: 
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js?rev=938341&r1=938340&r2=938341&view=diff
==============================================================================
--- 
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
 (original)
+++ 
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/modal/res/modal.js
 Tue Apr 27 07:43:07 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