Service workers: Allow HTTPS pages arrived at via HTTP redirect to use SW
[chromium-blink-merge.git] / third_party / polymer / v1_0 / components-chromium / more-routing / more-route-template-helpers-extracted.js
blobe83e9b04836d3b7392f0f21239cbd258524c293b
1 (function(scope) {
2 var MoreRouting = scope.MoreRouting = scope.MoreRouting || {};
4 /**
5  * Helper functions to spruce up your templates.
6  *
7  * @behavior
8  */
9 MoreRouting.TemplateHelpers = {
11   urlFor: function(pathOrName, params) {
12     return MoreRouting.urlFor(pathOrName, params);
13   },
15   isCurrentUrl: function(pathOrName, params) {
16     return MoreRouting.isCurrentUrl(pathOrName, params);
17   },
21 })(window);