client/js/require-utils.js
author rougeronj
Tue, 13 Jan 2015 10:29:47 +0100
changeset 379 81573f4331b5
parent 293 fba23fde14ba
permissions -rw-r--r--
minor correction to improve zooming while bins are closing

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

});