client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Mon, 10 Nov 2014 11:33:03 +0100
changeset 334 de35ce18643a
parent 293 fba23fde14ba
permissions -rw-r--r--
add setup for renkanmanager.

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

});