diff options
Diffstat (limited to 'src/Server.js')
| -rw-r--r-- | src/Server.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.js b/src/Server.js index d00f893b..8f682038 100644 --- a/src/Server.js +++ b/src/Server.js @@ -14,7 +14,7 @@ Server.prototype.base64url = function(txt) { Server.prototype.request = function(method, url, request, callback) { var requestId = this.uuid + (this.nextId++); - callbacks[requestId] = function(response) { + angularCallbacks[requestId] = function(response) { delete angular[requestId]; callback(200, response); }; |
