Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Fix object property error in IE
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/rave/branches/bootstrap@1328554 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mfranklin committed Apr 21, 2012
1 parent 48414d2 commit 9629856
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rave-portal-resources/src/main/webapp/script/rave.js
Expand Up @@ -104,7 +104,7 @@ var rave = rave || (function () {
var cfg = {
stack:true,
dialogClass:'raveDialog'
}
};
element.dialog(cfg);
},
cleanup:function (element) {
Expand All @@ -125,7 +125,7 @@ var rave = rave || (function () {
var cfg = {
modal:true,
dialogClass:'raveModal'
}
};
element.dialog(cfg);
},
cleanup:function (element) {
Expand All @@ -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
Expand Down

0 comments on commit 9629856

Please sign in to comment.