Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Fixes #43
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Jun 30, 2015
1 parent 1f4d6a9 commit b2cce69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platinum-sw-register.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@

_constructServiceWorkerUrl: function() {
var paramsPromises = [];
var children = Polymer.dom(this).childNodes;
var children = Polymer.dom(this).children;
for (var i = 0; i < children.length; i++) {
if (typeof children[i]._getParameters === 'function') {
paramsPromises.push(children[i]._getParameters(baseURI));
Expand Down

0 comments on commit b2cce69

Please sign in to comment.