can-route
Advanced tools
Comparing version 4.0.0-pre.13 to 4.0.0-pre.14
{ | ||
"name": "can-route", | ||
"version": "4.0.0-pre.13", | ||
"version": "4.0.0-pre.14", | ||
"description": "Observable front-end application routing for CanJS.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://canjs.com/doc/can-route.html", |
@@ -619,10 +619,6 @@ /* jshint asi:true */ | ||
1: function section_a() { | ||
//setTimeout(function(){ | ||
canRoute.data.section = 'a'; | ||
//},30); | ||
}, | ||
2: function section_b() { | ||
//setTimeout(function(){ | ||
canRoute.data.section = 'b'; | ||
//},30); | ||
}, | ||
@@ -647,3 +643,2 @@ 3: function(){ | ||
}); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
98051
2464