From a35a2303bb066ddfdba35e61b4ff98d320620f9e Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Mon, 28 Mar 2016 15:39:54 -0700 Subject: [PATCH] Add properties to url-bar --- url-bar.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/url-bar.html b/url-bar.html index 2037d38..1bcf58b 100644 --- a/url-bar.html +++ b/url-bar.html @@ -67,6 +67,15 @@ return window.top !== window; }, reflectToAttribute: true + }, + path: { + type: String + }, + query: { + type: String + }, + hash: { + type: String } }, __computeUrl: function(path, query, hash) {