add fixme

This commit is contained in:
rolux 2012-05-28 16:04:28 +02:00
parent 102d8dce41
commit de9021ca0c

View file

@ -209,6 +209,7 @@ Ox.Request = (function() {
/*@
unbindEvent <f> Unbind event
@*/
// FIXME: Can this be removed?
unbindEvent: function() {
$element && $element.unbindEvent.apply(this, arguments);
}