client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Wed, 15 Jun 2016 16:31:43 +0200
changeset 614 23416a833ca8
parent 293 fba23fde14ba
permissions -rw-r--r--
Change guid fields to more optimal type + migration

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

});