client/js/require-utils.js
author rougeronj
Tue, 16 Jun 2015 11:37:20 +0200
changeset 483 9bb08a2c2449
parent 293 fba23fde14ba
permissions -rw-r--r--
New nodeeditor html for video node type and update css to make the video fit the popup

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

});