- Fix the behavior of views and parameters
- Introduce views_parameters and views_nodes to loads or not the view's characteristics
- Urls parameters overrides options
- SetSavedView loads the current view's characteristics
- view = autoscale in url forces autoscale on the current loaded view
define([], function ($, _) {
'use strict';
return {
getUtils: function(){
return window.Rkns.Utils;
},
getRenderer: function(){
return window.Rkns.Renderer;
}
};
});