Skip to content

Commit

Permalink
Expose Element#detach
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Mar 12, 2014
1 parent 3b41d87 commit 513d5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal/opal-jquery/element.rb
Expand Up @@ -61,7 +61,7 @@ def self.expose(*methods)
# Bridged functions - we just expose all core jquery functions as ruby
# methods on this class.
expose :after, :before, :parent, :parents, :prepend, :prev, :remove
expose :hide, :show, :toggle, :children, :blur, :closest
expose :hide, :show, :toggle, :children, :blur, :closest, :detach
expose :focus, :find, :next, :siblings, :text, :trigger, :append
expose :height, :width, :serialize, :is, :filter, :last, :first
expose :wrap, :stop, :clone, :empty
Expand Down

0 comments on commit 513d5c2

Please sign in to comment.