forked from 0x2620/oxjs
some more bugfixes
This commit is contained in:
parent
ef1fa5fe84
commit
73fb2e3229
3 changed files with 10 additions and 9 deletions
|
|
@ -53,7 +53,6 @@ Ox.App = function(options) {
|
|||
options <f> get or set options
|
||||
@*/
|
||||
that.api.api(function(result) {
|
||||
Ox.print('RESULT', result)
|
||||
Ox.forEach(result.data.actions, function(val, key) {
|
||||
that.api[key] = function(/*data, age, callback*/) {
|
||||
var data = {}, age = -1, callback = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue