client/js/require-utils.js
author cavaliet
Tue, 06 May 2014 13:11:35 +0200
changeset 285 82810562f957
parent 284 fa8035885814
child 290 8a6eb26ac87f
permissions -rw-r--r--
add build for renderer (with node and r.js from requirejs)

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