Comparing version 2.0.0-rc.1 to 2.0.0-rc.2
@@ -75,3 +75,3 @@ /* | ||
App.prototype._finishInit = function() { | ||
var script = this._getScript(); | ||
var script = this._getAppStateScript(); | ||
var data = App._parseInitialData(script.nextSibling.innerHTML); | ||
@@ -78,0 +78,0 @@ this.model.createConnection(data); |
{ | ||
"name": "derby", | ||
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.2", | ||
"homepage": "http://derbyjs.com/", | ||
@@ -6,0 +6,0 @@ "repository": { |
233353