| Index: third_party/polymer/v1_0/components-chromium/more-routing/route-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/more-routing/route-extracted.js b/third_party/polymer/v1_0/components-chromium/more-routing/route-extracted.js
|
| index 6f6e6fa1a85524775e726550d0c15add0a51713b..839fb72a0809b974fb950ef2088693fb5e1d37e4 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/more-routing/route-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/more-routing/route-extracted.js
|
| @@ -1,4 +1,3 @@
|
| -
|
| (function(scope) {
|
| var MoreRouting = scope.MoreRouting = scope.MoreRouting || {};
|
| MoreRouting.Route = Route;
|
| @@ -211,4 +210,4 @@ function namedParams(compiled) {
|
| return result;
|
| }
|
|
|
| -})(window);
|
| +})(window);
|
|
|