Skip to content

Commit

Permalink
Add properties to url-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Mar 28, 2016
1 parent 26a14cb commit a35a230
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions url-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@
return window.top !== window;
},
reflectToAttribute: true
},
path: {
type: String
},
query: {
type: String
},
hash: {
type: String
}
},
__computeUrl: function(path, query, hash) {
Expand Down

0 comments on commit a35a230

Please sign in to comment.