vendor/assets/javascripts/modules/counter_button.coffee in modularity-rails-0.8.1 vs vendor/assets/javascripts/modules/counter_button.coffee in modularity-rails-0.9.0

- old
+ new

@@ -1,8 +1,8 @@ # A button that counts how often it is clicked. # This is implemented as a subclass of Button, # to take advantage of the already existing functionality there. -class window.modularity.CounterButton extends Button +class window.modularity.CounterButton extends modularity.Button constructor: -> super # Counts how often this button has been clicked so far.