Skip to content

Commit

Permalink
Merge pull request PolymerElements#208 from PolymerElements/revert-20…
Browse files Browse the repository at this point in the history
…7-revert-204-master

Revert "Revert "remove invalid annotations.""
  • Loading branch information
e111077 authored Jul 28, 2017
2 parents 34b8126 + 90d4d8d commit bb4d1fa
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app-route.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@

/**
* Deal with the query params object being assigned to wholesale.
* @export
*/
__routeQueryParamsChanged: function(queryParams) {
if (queryParams && this.tail) {
Expand Down Expand Up @@ -221,18 +220,12 @@
}
},

/**
* @export
*/
__tailQueryParamsChanged: function(queryParams) {
if (queryParams && this.route && this.route.__queryParams != queryParams) {
this.set('route.__queryParams', queryParams);
}
},

/**
* @export
*/
__queryParamsChanged: function(changes) {
if (!this.active || this._queryParamsUpdating) {
return;
Expand All @@ -246,9 +239,6 @@
this._matched = null;
},

/**
* @export
*/
__tryToMatch: function() {
if (!this.route) {
return;
Expand Down Expand Up @@ -338,9 +328,6 @@
}
},

/**
* @export
*/
__tailPathChanged: function(path) {
if (!this.active) {
return;
Expand All @@ -356,9 +343,6 @@
this.set('route.path', newPath);
},

/**
* @export
*/
__updatePathOnDataChange: function() {
if (!this.route || !this.active) {
return;
Expand Down

0 comments on commit bb4d1fa

Please sign in to comment.