client/js/require-utils.js
author rougeronj
Wed, 04 Feb 2015 18:07:37 +0100
changeset 382 cc5aff8ae27c
parent 293 fba23fde14ba
permissions -rw-r--r--
clean some debug messages

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

});