1
0
Fork 0
forked from 0x2620/oxjs

updating form elements

This commit is contained in:
rolux 2011-12-30 15:03:01 +05:30
commit 73f1105692
13 changed files with 305 additions and 140 deletions

View file

@ -22,9 +22,7 @@ Ox.API = function(options, callback) {
api: function(callback) {
Ox.Request.send({
url: self.options.url,
data: {
action: 'api'
},
data: {action: 'api'},
callback: callback
});
},