client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Wed, 25 Jun 2014 15:37:02 +0200
changeset 308 7fcb9d12e181
parent 293 fba23fde14ba
permissions -rw-r--r--
Correct problem with project id and exported/imported project

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

});