client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Wed, 09 Sep 2015 13:10:01 +0200
changeset 497 3ba7920facf4
parent 293 fba23fde14ba
permissions -rw-r--r--
Correct dependency and loading problem for ckeditor with dojo

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

});