Skip to content

Commit

Permalink
Fix Issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Meatballs1 committed Jun 24, 2013
1 parent c489812 commit ed25702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js-beautifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def toggleOnOff(self, button):
else:
start = 'Enable'
self._toggleButton.setText('%s Automatic JavaScript Beautifying' % start)
self._toogleButton.setPressed(self._replaceAll)
self._toggleButton.setPressed(self._replaceAll)


#
Expand Down

0 comments on commit ed25702

Please sign in to comment.