client/js/full-json.js
changeset 444 19f0b7803aed
parent 443 4c7ab16e5845
child 516 7d1d44b53af5
--- a/client/js/full-json.js	Mon May 25 01:18:12 2015 +0200
+++ b/client/js/full-json.js	Fri May 29 14:57:37 2015 +0200
@@ -11,9 +11,7 @@
             loadingStatus : true
         });
         Rkns.$.getJSON(_opts.url, function(_data) {
-            _proj.set(_data, {
-                validate : true
-            });
+            _renkan.dataloader.load(_data);
             _proj.set({
                 loadingStatus : false
             });