From 63667f04a0c579dec3a4037a3d724500e9dc6d61 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 9 May 2013 21:38:47 +0200 Subject: [PATCH] Ox.js dev version: set locales on load --- source/Ox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.js b/source/Ox.js index d54609f0..64c676a6 100644 --- a/source/Ox.js +++ b/source/Ox.js @@ -21,6 +21,7 @@ loadJSON(function(data) { var previousOx = global.Ox; loadScriptsSerial(data.files, function() { + Ox.LOCALES = data.locales; Ox.VERSION = data.version; Ox.forEach(previousOx, function(value, key) { if (Ox.isUndefined(Ox[key])) {