Api -> API
This commit is contained in:
parent
074902d079
commit
fcf1e79ed0
2 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Ox.App = function(options) {
|
||||||
},
|
},
|
||||||
that = Ox.Element({}, Ox.extend({}, self));
|
that = Ox.Element({}, Ox.extend({}, self));
|
||||||
|
|
||||||
that.api = Ox.Api({
|
that.api = Ox.API({
|
||||||
type: self.options.type,
|
type: self.options.type,
|
||||||
timeout: self.options.timeout,
|
timeout: self.options.timeout,
|
||||||
url: self.options.url
|
url: self.options.url
|
||||||
|
|
Loading…
Reference in a new issue