Comparing version 0.10.23 to 0.10.24
@@ -238,3 +238,3 @@ /* | ||
// dependencies from doing this without warning | ||
if (isDependency && currentView) { | ||
if (isDependency && currentView && !serializedViews) { | ||
throw new Error('Dependencies cannot override existing views. Already registered "' + viewName + '"'); | ||
@@ -241,0 +241,0 @@ } |
{ | ||
"name": "derby", | ||
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.", | ||
"version": "0.10.23", | ||
"version": "0.10.24", | ||
"homepage": "http://derbyjs.com/", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -201,3 +201,3 @@ var expect = require('chai').expect; | ||
describe.only('fake app.history implementation', function() { | ||
describe('fake app.history implementation', function() { | ||
it('accepts url option', function() { | ||
@@ -204,0 +204,0 @@ var renderUrl = '/box?size=123'; |
214343