client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Wed, 27 Jul 2016 15:40:45 +0200
changeset 635 dffc5ec04c87
parent 293 fba23fde14ba
permissions -rw-r--r--
replace link to the node

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

});