client/js/require-utils.js
author rougeronj
Thu, 05 Feb 2015 13:19:42 +0100
changeset 383 ba1f278841a2
parent 293 fba23fde14ba
permissions -rw-r--r--
close 55 - add function to set current user when someone log In Minor css update

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

});