lib/opal-jquery/element.rb in opal-jquery-0.0.2 vs lib/opal-jquery/element.rb in opal-jquery-0.0.3

- old
+ new

@@ -389,10 +389,11 @@ alias size length alias succ next + alias_native :text, :text alias_native :text=, :text alias_native :toggle_class, :toggleClass alias_native :trigger, :trigger @@ -405,7 +406,6 @@ # display functions alias_native :hide, :hide alias_native :show, :show alias_native :toggle, :toggle - end