client/js/require-utils.js
author rougeronj
Tue, 10 Mar 2015 13:24:41 +0100
changeset 391 fb573032f7cb
parent 293 fba23fde14ba
permissions -rw-r--r--
add Rk-TopBar-Separator between “search in graph" and "bookmarklet" - grunt + copy-server done

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

});