Skip to content

Commit

Permalink
style(ons-switch): added missing underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
andipavllo committed Jul 14, 2015
1 parent 9523e61 commit 5f799b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/elements/ons-switch.es6
Expand Up @@ -112,7 +112,7 @@ limitations under the License.
}

attachedCallback() {
this.getCheckbox().addEventListener('change', this._onChangeListener);
this._getCheckbox().addEventListener('change', this._onChangeListener);
}

_onChangeListener() {
Expand Down

0 comments on commit 5f799b0

Please sign in to comment.