client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Wed, 10 Jun 2015 14:27:12 +0200
changeset 467 fd2b5a7ec356
parent 293 fba23fde14ba
permissions -rw-r--r--
Correct triangle display with images

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

});