peteshow 0.7.8 → 0.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1145,7 +1145,7 @@ if (typeof define == 'function'){
1145
1145
 
1146
1146
  bindEvents = function() {
1147
1147
  var commands = [
1148
- [ $toggle, function() { Peteshow.toggle } ],
1148
+ [ $toggle, function() { Peteshow.toggle() } ],
1149
1149
  [ $('#fill-out-forms'), function() { Peteshow.fillOutForms() } ],
1150
1150
  [ $('#fill-out-forms-and-submit'), function() { Peteshow.fillOutForms(); Peteshow.submitForm() } ],
1151
1151
  [ $('#clear-localstorage'), function() { Peteshow.clearLocalStorage() } ],