From 8aef1fb7c0902b67dc931e70e9db038d5e11e6f1 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 9 May 2013 20:12:32 +0200 Subject: [PATCH] remove unused function in Ox.load --- source/Ox/js/Core.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/Ox/js/Core.js b/source/Ox/js/Core.js index 6b119027..f3857afe 100644 --- a/source/Ox/js/Core.js +++ b/source/Ox/js/Core.js @@ -35,11 +35,6 @@ Ox.load = function() { var callback = arguments[arguments.length - 1], length, loaded = 0, localeFiles = [], modules = {}, succeeded = 0, type = Ox.typeOf(arguments[0]); - function done(success) { - Ox.documentReady(function() { - callback(success); - }); - } if (type == 'string') { modules = Ox.extend( {}, arguments[0], Ox.isObject(arguments[1]) ? arguments[1] : {}