client/js/require-utils.js
author rougeronj
Sun, 04 Jan 2015 22:43:16 +0100
changeset 358 e780c82c5b4f
parent 293 fba23fde14ba
permissions -rw-r--r--
center user title and add differents status for the saving icon

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

});