client/js/require-utils.js
author durandn
Tue, 26 Jan 2016 17:18:04 +0100
changeset 588 95536fa18d0d
parent 293 fba23fde14ba
permissions -rw-r--r--
Minor adjustements to properly interact with Renkan client

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

});