client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 12 Jun 2015 22:32:41 +0200
changeset 470 47308aa6ce94
parent 293 fba23fde14ba
permissions -rw-r--r--
correction for rich text editor. correct problem of empty description. make sure that the editor toolbr close

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

});