Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
define([], function ($, _) {
'use strict';
return {
getUtils: function(){
return window.Rkns.Utils;
},
getRenderer: function(){
return window.Rkns.Renderer;
}
};
});