client/js/require-utils.js
author rougeronj
Mon, 29 Dec 2014 17:24:11 +0100
changeset 354 554129dbdbd0
parent 293 fba23fde14ba
permissions -rw-r--r--
Add test in case we give a user id and name to the renkan

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

});