client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Mon, 30 Mar 2015 09:53:48 +0200
changeset 414 276042cb477c
parent 293 fba23fde14ba
permissions -rw-r--r--
correct fix size, improve control on view save button and related init state

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

});