client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 27 Mar 2015 18:24:43 +0100
changeset 410 97f2c763376c
parent 293 fba23fde14ba
permissions -rw-r--r--
correct search field width + new version

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

});