Skip to content

Commit

Permalink
Merge pull request #106 from charlieouyang/StrandGroupChangeEvent
Browse files Browse the repository at this point in the history
Put change firing event in async
  • Loading branch information
dlasky authored Jul 29, 2016
2 parents 9f21928 + 3be81f2 commit 18cd573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strand-group/strand-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@
if (this._type === 'strand-radio') {
this._selectRadioByValue(newVal);
}
this.fire("changed", { value: newVal });
});
this.fire("changed", { value: newVal });
},

_createId: function() {
Expand Down

0 comments on commit 18cd573

Please sign in to comment.