client/js/require-utils.js
author rougeronj
Mon, 14 Sep 2015 17:57:13 +0200
changeset 518 5d15acf5ee2b
parent 293 fba23fde14ba
permissions -rw-r--r--
update base example to better reflect common situation

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

});