1
0
Fork 0
forked from 0x2620/oxjs

load Ox.Element before Ox.Request, should be a better way to do this

This commit is contained in:
j 2012-01-19 17:59:29 +05:30
commit 216ad5f44f
2 changed files with 2 additions and 2 deletions

View file

@ -303,7 +303,7 @@ Ox.Element = function(options, self) {
bind('bind', event, callback);
});
return that;
}
};
/*@
bindEventOnce <function> Binds a function to an event, once