client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Mon, 27 Apr 2015 17:22:46 +0200
changeset 435 e529b633c339
parent 293 fba23fde14ba
permissions -rw-r--r--
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version

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

});