client/js/require-utils.js
author rougeronj
Fri, 24 Apr 2015 18:01:02 +0200
changeset 430 d3ae63bc18c6
parent 293 fba23fde14ba
permissions -rw-r--r--
split the 'colorpicker' template and the 'search' template (list of possible kind of search in the bins) into separate html

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

});