From ef41bc125280114d9498544197137b3bffd1eaa3 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 27 May 2012 21:31:16 +0200 Subject: [PATCH] load image module for tests --- tests/js/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/js/tests.js b/tests/js/tests.js index fda5a7ff..06adae5a 100644 --- a/tests/js/tests.js +++ b/tests/js/tests.js @@ -1,4 +1,4 @@ -Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() { +Ox.load({Geo: {}, Image: {}, UI: {}, Unicode: {}}, function() { Ox.getJSON('../dev/Ox/json/Ox.json', function(files) { var $body = $('body')