Skip to content

Commit 513d5c2

Browse files
committedMar 12, 2014
Expose Element#detach
1 parent 3b41d87 commit 513d5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎opal/opal-jquery/element.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def self.expose(*methods)
6161
# Bridged functions - we just expose all core jquery functions as ruby
6262
# methods on this class.
6363
expose :after, :before, :parent, :parents, :prepend, :prev, :remove
64-
expose :hide, :show, :toggle, :children, :blur, :closest
64+
expose :hide, :show, :toggle, :children, :blur, :closest, :detach
6565
expose :focus, :find, :next, :siblings, :text, :trigger, :append
6666
expose :height, :width, :serialize, :is, :filter, :last, :first
6767
expose :wrap, :stop, :clone, :empty

0 commit comments

Comments
 (0)
Please sign in to comment.