bind -> on, unbind -> off

This commit is contained in:
rolux 2012-05-28 16:10:11 +02:00
commit e477d4ee45
10 changed files with 18 additions and 18 deletions

View file

@ -210,7 +210,7 @@ appPanel
body: $('body'),
document: $(document),
window: $(window)
.bind({
.on({
beforeunload: pandora.beforeunloadWindow,
resize: function() {
pandora.resizeWindow();