client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Wed, 10 Jun 2015 12:46:28 +0200
changeset 466 884b35feb04b
parent 293 fba23fde14ba
permissions -rw-r--r--
correct dash for edge + change text for view saves

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

});