Update to motools 1.4.5
Fix Firefox 11 issues.
This commit is contained in:
@@ -78,7 +78,8 @@ var MooDialog = new Class({
|
||||
}
|
||||
|
||||
this.addEvent('hide', function(){
|
||||
if (options.destroyOnHide) this.destroy();
|
||||
if (options.destroyOnHide)
|
||||
this.destroy();
|
||||
}.bind(this));
|
||||
|
||||
this.fireEvent('initialize', wrapper);
|
||||
|
Reference in New Issue
Block a user