create-app
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -221,2 +221,9 @@ 'use strict'; | ||
} | ||
if (currentController instanceof Controller && currentController.update) { | ||
currentController.location = location; | ||
currentController.context = context; | ||
currentController.update(); | ||
return; | ||
} | ||
destroyController(); | ||
@@ -223,0 +230,0 @@ var FinalController = getController(location.pattern, Controller); |
{ | ||
"name": "create-app", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "configuring once, rendering both client and server.", | ||
@@ -5,0 +5,0 @@ "browser": "lib/client/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33162
714