client/js/require-utils.js
author cavaliet
Fri, 19 Sep 2014 17:54:55 +0200
changeset 331 0628ed75e8d3
parent 293 fba23fde14ba
permissions -rw-r--r--
select shape in node editor

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

});