Skip to content

Commit 51e9601

Browse files
committedDec 6, 2014
Start documenting some differenced between Element and jQuery instances
1 parent 64792d8 commit 51e9601

File tree

6 files changed

+403
-37
lines changed

6 files changed

+403
-37
lines changed
 

Diff for: ‎opal/opal-jquery/document.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
require 'opal-jquery/constants'
22
require 'opal-jquery/element'
33

4+
# {Document} is an instance of {Element} that wraps the `document` object as
5+
# a simple jQuery object.
46
Document = Element.find(`document`)
57

68
class << Document

0 commit comments

Comments
 (0)
Please sign in to comment.