Skip to content

Commit

Permalink
Fix jscs error in button example
Browse files Browse the repository at this point in the history
modified:   examples/button/js/button.js to fix white space format issues.
  • Loading branch information
mcking65 committed Jan 23, 2017
1 parent 3ff5785 commit 56de6f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/button/js/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function actionButtonEventHandler (event) {
}
}


function toggleButtonEventHandler (event) {
var type = event.type;

Expand Down

0 comments on commit 56de6f7

Please sign in to comment.