You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ca...@apache.org on 2012/05/02 16:57:29 UTC

svn commit: r1333072 - /rave/trunk/rave-portal-resources/src/main/webapp/script/rave.js

Author: carlucci
Date: Wed May  2 14:57:28 2012
New Revision: 1333072

URL: http://svn.apache.org/viewvc?rev=1333072&view=rev
Log:
RAVE-600: JavaScript Closure Compiler is failing on float keyword (needed quotes)

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

Modified: rave/trunk/rave-portal-resources/src/main/webapp/script/rave.js
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/script/rave.js?rev=1333072&r1=1333071&r2=1333072&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/webapp/script/rave.js (original)
+++ rave/trunk/rave-portal-resources/src/main/webapp/script/rave.js Wed May  2 14:57:28 2012
@@ -133,7 +133,7 @@ var rave = rave || (function () {
                 },
                 singleton:true
             },
-            float:false,
+            "float":false,
             tab:false
         };