1 "use strict";
2 define([], function ($, _) {
3 return {
4 getUtils: function(){
5 return window.Rkns.Utils;
6 },
7 getRenderer: function(){
8 return window.Rkns.Renderer;
9 }
10 }
11
12 });