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

Commit

Permalink
Merge pull request #5 from justinfagnani/host
Browse files Browse the repository at this point in the history
host -> domHost
  • Loading branch information
frankiefu committed May 1, 2015
2 parents 58f8700 + af837ca commit 20110b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iron-selectable.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
_observeContent: function(node) {
var content = node.querySelector('content');
if (content && content.parentElement === node) {
return this._observeItems(node.host);
return this._observeItems(node.domHost);
}
},

Expand Down

0 comments on commit 20110b0

Please sign in to comment.