Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 15f907a

Browse files
authored
Merge pull request #204 from maximermilov/master
remove invalid annotations.
2 parents a931f4e + b00080d commit 15f907a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

app-route.html

-16
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@
180180

181181
/**
182182
* Deal with the query params object being assigned to wholesale.
183-
* @export
184183
*/
185184
__routeQueryParamsChanged: function(queryParams) {
186185
if (queryParams && this.tail) {
@@ -221,18 +220,12 @@
221220
}
222221
},
223222

224-
/**
225-
* @export
226-
*/
227223
__tailQueryParamsChanged: function(queryParams) {
228224
if (queryParams && this.route && this.route.__queryParams != queryParams) {
229225
this.set('route.__queryParams', queryParams);
230226
}
231227
},
232228

233-
/**
234-
* @export
235-
*/
236229
__queryParamsChanged: function(changes) {
237230
if (!this.active || this._queryParamsUpdating) {
238231
return;
@@ -246,9 +239,6 @@
246239
this._matched = null;
247240
},
248241

249-
/**
250-
* @export
251-
*/
252242
__tryToMatch: function() {
253243
if (!this.route) {
254244
return;
@@ -338,9 +328,6 @@
338328
}
339329
},
340330

341-
/**
342-
* @export
343-
*/
344331
__tailPathChanged: function(path) {
345332
if (!this.active) {
346333
return;
@@ -356,9 +343,6 @@
356343
this.set('route.path', newPath);
357344
},
358345

359-
/**
360-
* @export
361-
*/
362346
__updatePathOnDataChange: function() {
363347
if (!this.route || !this.active) {
364348
return;

0 commit comments

Comments
 (0)