client/js/require-utils.js
author rougeronj
Sun, 04 Jan 2015 22:42:49 +0100
changeset 357 70e577b0cdc6
parent 293 fba23fde14ba
permissions -rw-r--r--
add save_status var to specify the status of the renkan (saved/to-save/saving)

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

});