client/js/require-utils.js
author rougeronj
Fri, 09 Jan 2015 11:13:54 +0100
changeset 368 3abc79964948
parent 293 fba23fde14ba
permissions -rw-r--r--
Close #33 - Add loading status var to set up a loading bar while the renkan is loading

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

});