client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Mon, 19 Oct 2015 14:18:51 +0200
changeset 584 bfbe490c5a7c
parent 293 fba23fde14ba
permissions -rw-r--r--
create new version 0.12.14

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

});