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

Commit

Permalink
add missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jan 15, 2014
1 parent 559737e commit a2968ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer-selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
selectionSelect: function(e, detail) {
this.updateSelectedItem();
if (detail.item) {
this.applySelection(detail.item, detail.isSelected)
this.applySelection(detail.item, detail.isSelected);
}
},
applySelection: function(item, isSelected) {
Expand Down

0 comments on commit a2968ec

Please sign in to comment.