client/js/require-utils.js
author rougeronj
Thu, 25 Jun 2015 18:09:49 +0200
changeset 510 a8f02d66bf02
parent 293 fba23fde14ba
permissions -rw-r--r--
adapt the viewRepr to support a temp View (a representation without a model) update the router to send a event also if the parameters are null

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

});