client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 23 Oct 2015 13:49:15 +0200
changeset 586 e2e952fcaf7c
parent 293 fba23fde14ba
permissions -rw-r--r--
add annotation to project to ignore unknwon attributes

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

});