fix build, .remove is the callback, don't call it immediately

This commit is contained in:
OhaiBBQ 2010-12-05 00:26:10 +03:00
parent addbaaeb70
commit c55a867f61

View file

@ -92,7 +92,7 @@ var View = {
top: 0
}).delay(2000).animate({
top: -100
}, $this.remove())
}, $this.remove)
},
selector: "#flash_notice, #flash_error, #flash_alert"