Api -> API
This commit is contained in:
parent
fcf1e79ed0
commit
a6c01dd6c6
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
||||||
'use strict';
|
'use strict';
|
||||||
/*@
|
/*@
|
||||||
Ox.Api <o> bin remote api to object
|
Ox.API <o> bind remote api to object
|
||||||
options <o> Options object
|
options <o> Options object
|
||||||
timeout <n|60000> request timeout
|
timeout <n|60000> request timeout
|
||||||
url <s> request url
|
url <s> request url
|
||||||
callback <f> called once api discover is done
|
callback <f> called once api discover is done
|
||||||
@*/
|
@*/
|
||||||
|
|
||||||
Ox.Api = function(options, callback) {
|
Ox.API = function(options, callback) {
|
||||||
|
|
||||||
var self = {
|
var self = {
|
||||||
options: Ox.extend({
|
options: Ox.extend({
|
||||||
|
|
Loading…
Reference in a new issue