Comparing version 2.0.3 to 2.1.0
@@ -262,2 +262,4 @@ /* | ||
AppForServer.prototype._autoRefresh = function(backend) { | ||
// already been setup if agents is defined | ||
if (this.agents) return; | ||
this.agents = {}; | ||
@@ -341,1 +343,9 @@ var app = this; | ||
}; | ||
AppForServer.prototype.middleware = function(backend) { | ||
return [backend.modelMiddware(), this.router()]; | ||
} | ||
AppForServer.prototype.initAutoRefresh = function(backend) { | ||
this._autoRefresh(backend); | ||
} |
{ | ||
"name": "derby", | ||
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"homepage": "http://derbyjs.com/", | ||
@@ -6,0 +6,0 @@ "repository": { |
228741
5913