client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Thu, 05 Jan 2017 19:34:53 +0100
changeset 648 e388117572d8
parent 293 fba23fde14ba
permissions -rw-r--r--
Improve display of editor tooltip. Add a vertical scroll if they too tall.

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

});