diff --git a/source/Ox.UI/js/Core/Ox.Api.js b/source/Ox.UI/js/Core/Ox.API.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Api.js rename to source/Ox.UI/js/Core/Ox.API.js diff --git a/source/Ox.UI/js/Core/Ox.App.js b/source/Ox.UI/js/Core/Ox.App.js index 5766a1df..4a63fdc7 100644 --- a/source/Ox.UI/js/Core/Ox.App.js +++ b/source/Ox.UI/js/Core/Ox.App.js @@ -26,7 +26,7 @@ Ox.App = function(options) { }, that = Ox.Element({}, Ox.extend({}, self)); - that.api = Ox.Api({ + that.api = Ox.API({ type: self.options.type, timeout: self.options.timeout, url: self.options.url