client/js/require-utils.js
author rougeronj
Sat, 18 Apr 2015 16:56:37 +0200
changeset 419 4f458e6d32bd
parent 293 fba23fde14ba
permissions -rw-r--r--
export the templates of scene and edgeeditor to html files

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

});