From fcf1e79ed01ff21acd3b9cb4ec4ebee3ba77a852 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Wed, 21 Dec 2011 15:40:06 +0000 Subject: [PATCH] Api -> API --- source/Ox.UI/js/Core/{Ox.Api.js => Ox.API.js} | 0 source/Ox.UI/js/Core/Ox.App.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename source/Ox.UI/js/Core/{Ox.Api.js => Ox.API.js} (100%) 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