client/js/require-utils.js
author rougeronj
Wed, 10 Jun 2015 16:00:16 +0200
changeset 474 4f9aa2f4af8c
parent 293 fba23fde14ba
permissions -rw-r--r--
In the readOnly popup add the link to the specific node

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

});