1
0
Fork 0
forked from 0x2620/oxjs

some more bugfixes

This commit is contained in:
rlx 2011-09-17 13:05:16 +00:00
commit 73fb2e3229
3 changed files with 10 additions and 9 deletions

View file

@ -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;