client/js/require-utils.js
author cavaliet
Tue, 23 Sep 2014 10:40:40 +0200
changeset 332 1a4b145c0607
parent 293 fba23fde14ba
permissions -rw-r--r--
save shape in toJSON function

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

});