client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Thu, 04 Jun 2015 13:44:55 +0200
changeset 462 255b66d1ce78
parent 293 fba23fde14ba
permissions -rw-r--r--
remove magical constant, put ghost opacity in the defaults.

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

});