You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2012/04/21 03:24:34 UTC

svn commit: r1328554 - /rave/branches/bootstrap/rave-portal-resources/src/main/webapp/script/rave.js

Author: mfranklin
Date: Sat Apr 21 01:24:34 2012
New Revision: 1328554

URL: http://svn.apache.org/viewvc?rev=1328554&view=rev
Log:
Fix object property error in IE

Modified:
    rave/branches/bootstrap/rave-portal-resources/src/main/webapp/script/rave.js

Modified: rave/branches/bootstrap/rave-portal-resources/src/main/webapp/script/rave.js
URL: http://svn.apache.org/viewvc/rave/branches/bootstrap/rave-portal-resources/src/main/webapp/script/rave.js?rev=1328554&r1=1328553&r2=1328554&view=diff
==============================================================================
--- rave/branches/bootstrap/rave-portal-resources/src/main/webapp/script/rave.js (original)
+++ rave/branches/bootstrap/rave-portal-resources/src/main/webapp/script/rave.js Sat Apr 21 01:24:34 2012
@@ -104,7 +104,7 @@ var rave = rave || (function () {
                     var cfg = {
                         stack:true,
                         dialogClass:'raveDialog'
-                    }
+                    };
                     element.dialog(cfg);
                 },
                 cleanup:function (element) {
@@ -125,7 +125,7 @@ var rave = rave || (function () {
                     var cfg = {
                         modal:true,
                         dialogClass:'raveModal'
-                    }
+                    };
                     element.dialog(cfg);
                 },
                 cleanup:function (element) {
@@ -136,10 +136,10 @@ var rave = rave || (function () {
                 styleMap:{
 
                 },
-                float:false,
+                'float':false,
                 tab:false
             }
-        }
+        };
 
         // variable to store whether or not the
         // client is a mobile device