client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Wed, 11 Jan 2017 10:13:49 +0100
changeset 650 b2e22052e9d6
parent 293 fba23fde14ba
permissions -rw-r--r--
improve node title style control display

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

});