forked from 0x2620/oxjs
load Ox.Element before Ox.Request, should be a better way to do this
This commit is contained in:
parent
0efc4709a3
commit
216ad5f44f
2 changed files with 2 additions and 2 deletions
|
|
@ -303,7 +303,7 @@ Ox.Element = function(options, self) {
|
|||
bind('bind', event, callback);
|
||||
});
|
||||
return that;
|
||||
}
|
||||
};
|
||||
|
||||
/*@
|
||||
bindEventOnce <function> Binds a function to an event, once
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue