From 96298567180300f9ed7458ab9a994b964c5c9cfb Mon Sep 17 00:00:00 2001 From: "Matthew B. Franklin" Date: Sat, 21 Apr 2012 01:24:34 +0000 Subject: [PATCH] Fix object property error in IE git-svn-id: https://svn.apache.org/repos/asf/rave/branches/bootstrap@1328554 13f79535-47bb-0310-9956-ffa450edef68 --- rave-portal-resources/src/main/webapp/script/rave.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rave-portal-resources/src/main/webapp/script/rave.js b/rave-portal-resources/src/main/webapp/script/rave.js index 86ff114e..dbe4a4dd 100644 --- a/rave-portal-resources/src/main/webapp/script/rave.js +++ b/rave-portal-resources/src/main/webapp/script/rave.js @@ -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