Skip to content

Commit

Permalink
Filter iconsets so as we only show vaadin collection
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Sep 25, 2017
1 parent 67cc0bd commit 1815ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/icons-basic-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

ready() {
super.ready();
this.iconsets = new Polymer.IronMeta({type: 'iconset'}).list;
this.iconsets = new Polymer.IronMeta({type: 'iconset'}).list.filter(i => i.name == 'vaadin');

// Checked in gemini before capture callback
window.webComponentsAreReady = true;
Expand Down

0 comments on commit 1815ab9

Please sign in to comment.