define(["require","exports"],function(require,exports){Object.defineProperty(exports,"__esModule",{value:true});var Socket_controller=(function(){function Socket_controller(){this._endpoints=[];} Socket_controller.prototype.registerGET=function(endpoint,action){this._endpoints.push({endpoint:endpoint,action:action});};Socket_controller.prototype.performGET=function(endpoint,properties){for(var i=0;i