1
0
Fork 0
forked from 0x2620/oxjs

fix clipboard unbind; add history events

This commit is contained in:
rlx 2013-08-06 18:59:15 +00:00
commit bcb7e3f720
2 changed files with 16 additions and 2 deletions

View file

@ -64,7 +64,7 @@ Ox.Clipboard = function() {
return clipboard.type;
},
unbindEvent: function() {
$element && $element.bindEvent.apply(this, arguments);
$element && $element.unbindEvent.apply(this, arguments);
}
};
};