client/js/require-utils.js
author rougeronj
Fri, 24 Apr 2015 11:13:16 +0200
changeset 426 05ed0d95a511
parent 293 fba23fde14ba
permissions -rw-r--r--
split templates in main, list-bin and wikipedia-bin

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

});