Skip to content

Commit

Permalink
refactor($core): removes dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Feb 5, 2014
1 parent fae043d commit 33d73df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/assets/javascripts/awesome_ui/widgets.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ widgets = (name, selector, options={}, block) ->
# to differenciate them from unhandled elements.
handled_class = "#{name}-handled"

# Activated elements will receive a specific class to keep track of their
# activation state.
activated_class = "#{name}-activated"

# This method will test if an element can be handled by the current widget.
# It will test for both the handled class presence and the widget
# conditions. Note that if both the `if` and `unless` conditions
Expand Down

0 comments on commit 33d73df

Please sign in to comment.