From d27c1e8cd47bee61ead0cf6cfe30044e9a9ba2cf Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 17 Jun 2012 11:31:19 +0200 Subject: [PATCH] Ox.Geo and Ox.Unicode json files need to be loaded with Ox.VERSION too --- source/Ox.Geo/Ox.Geo.js | 4 ++-- source/Ox.Unicode/Ox.Unicode.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Ox.Geo/Ox.Geo.js b/source/Ox.Geo/Ox.Geo.js index 370095c3..e0d5eed3 100644 --- a/source/Ox.Geo/Ox.Geo.js +++ b/source/Ox.Geo/Ox.Geo.js @@ -2,7 +2,7 @@ Ox.load.Geo = function(options, callback) { - Ox.getJSON(Ox.PATH + 'Ox.Geo/json/Ox.Geo.json', function(data) { + Ox.getJSON(Ox.PATH + 'Ox.Geo/json/Ox.Geo.json?' + Ox.VERSION, function(data) { //@ Constants ---------------------------------------------------------- @@ -261,4 +261,4 @@ Ox.load.Geo = function(options, callback) { }); -} \ No newline at end of file +} diff --git a/source/Ox.Unicode/Ox.Unicode.js b/source/Ox.Unicode/Ox.Unicode.js index 379a05cf..9f8d589b 100644 --- a/source/Ox.Unicode/Ox.Unicode.js +++ b/source/Ox.Unicode/Ox.Unicode.js @@ -2,7 +2,7 @@ Ox.load.Unicode = function(options, callback) { - Ox.getJSON(Ox.PATH + 'Ox.Unicode/json/Ox.Unicode.json', function(chars) { + Ox.getJSON(Ox.PATH + 'Ox.Unicode/json/Ox.Unicode.json?' + Ox.VERSION, function(chars) { //@ Constants ----------------------------------------------------------