Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiyu.Liu committed Mar 6, 2017
1 parent e887321 commit 62a166b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ defaults = {
- `onInit` : called when switch init finish
- `beforeChange` : called before original checkbox's `checked` change
- `onChange` : called when original checkbox's `checked` change
- `onRemove` : called before `remove switch element from DOM`
- `beforeRemove` : called before `remove switch element from DOM`
- `onRemove` : called when `remove switch element from DOM` done
- `onDestroy` : called before `remove all events on switch element`
- `beforeDestroy` : called before `remove all events on switch element`
- `onDestroy` : called when `remove all events on switch element` done

## API
Expand Down

0 comments on commit 62a166b

Please sign in to comment.