client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Wed, 19 Nov 2014 03:21:19 +0100
changeset 338 34c339f32aeb
parent 293 fba23fde14ba
permissions -rw-r--r--
Improve setup.py to include static files

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

});