client/js/require-utils.js
author rougeronj
Fri, 12 Jun 2015 15:41:26 +0200
changeset 479 be510a7fc5ac
parent 293 fba23fde14ba
permissions -rw-r--r--
send the id to the template and construct an proper url for each node passing the id to the parameter idNode

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

});