add fixme
This commit is contained in:
parent
102d8dce41
commit
de9021ca0c
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ Ox.Request = (function() {
|
|||
/*@
|
||||
unbindEvent <f> Unbind event
|
||||
@*/
|
||||
// FIXME: Can this be removed?
|
||||
unbindEvent: function() {
|
||||
$element && $element.unbindEvent.apply(this, arguments);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue