Fix Firefox bugs ...

This commit is contained in:
Paulo Gustavo Veiga
2012-03-08 00:11:54 -03:00
parent 7c10b00435
commit 0f2af2cb74
3 changed files with 19 additions and 8 deletions

View File

@@ -38,11 +38,11 @@ function buildDesigner(options) {
console.log(e);
});
// window.onerror = function()
// {
// errorDialog.show();
// };
//
window.onerror = function()
{
errorDialog.show();
};
// Configure default persistence manager ...
var persistence;
if (options.persistenceManager) {