Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
add missing bracket to core-pages.html
Browse files Browse the repository at this point in the history
The sample script did not run due to a missing bracket.
  • Loading branch information
stoman committed Jul 23, 2014
1 parent 40bbf0c commit 66f2de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
document.addEventListener('click', function(e) {
var pages = document.querySelector('core-pages');
pages.selected = (pages.selected + 1) % pages.children.length;
};
});
</script>
@group Polymer Core Elements
Expand Down

0 comments on commit 66f2de1

Please sign in to comment.