bind -> on, unbind -> off
This commit is contained in:
parent
81dbceb0ef
commit
e477d4ee45
10 changed files with 18 additions and 18 deletions
|
|
@ -210,7 +210,7 @@ appPanel
|
|||
body: $('body'),
|
||||
document: $(document),
|
||||
window: $(window)
|
||||
.bind({
|
||||
.on({
|
||||
beforeunload: pandora.beforeunloadWindow,
|
||||
resize: function() {
|
||||
pandora.resizeWindow();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue