client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Thu, 05 Jun 2014 10:48:28 +0200
changeset 302 8eeb52f093e1
parent 293 fba23fde14ba
permissions -rw-r--r--
add export button in read-only mode

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

});