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;
}
};
});