client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 28 Aug 2015 23:04:06 +0200
changeset 493 6f2ab1a72f4a
parent 293 fba23fde14ba
permissions -rw-r--r--
add search to space screen + new version

define([], function ($, _) {
    'use strict';
    return {
        getUtils: function(){
            return window.Rkns.Utils;
        },
        getRenderer: function(){
            return window.Rkns.Renderer;
        }
    };

});