client/js/require-utils.js
changeset 284 fa8035885814
child 290 8a6eb26ac87f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/js/require-utils.js	Mon May 05 17:43:37 2014 +0200
@@ -0,0 +1,12 @@
+"use strict";
+define([], function ($, _) {
+    return {
+        getUtils: function(){
+            return window.Rkns.Utils;
+        },
+        getRenderer: function(){
+            return window.Rkns.Renderer;
+        }
+    }
+    
+});
\ No newline at end of file