forked from 0x2620/oxjs
fix clipboard unbind; add history events
This commit is contained in:
parent
da7b637948
commit
bcb7e3f720
2 changed files with 16 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ Ox.Clipboard = function() {
|
|||
return clipboard.type;
|
||||
},
|
||||
unbindEvent: function() {
|
||||
$element && $element.bindEvent.apply(this, arguments);
|
||||
$element && $element.unbindEvent.apply(this, arguments);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue