Skip to content

Commit

Permalink
change observer to fix PolymerElements#112
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmwhite committed Mar 10, 2016
1 parent 284d2d0 commit 03942da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iron-multi-selectable.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},

observers: [
'_updateSelected(selectedValues)'
'_updateSelected(selectedValues.*)'
],

/**
Expand Down

0 comments on commit 03942da

Please sign in to comment.