Skip to content

Commit 91ead7c

Browse files
authored
Merge pull request #115 from hmdne/patch-2
Initialize @@__isReady
2 parents 17e2b40 + 9b21ee8 commit 91ead7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/opal/jquery/document.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ module Browser
5050
# end
5151
#
5252
module DocumentMethods
53+
@@__isReady = false
54+
5355
`var $ = #{JQUERY_SELECTOR.to_n}` # cache $ for SPEED
5456

5557
# Register a block to run once the document/page is ready.

0 commit comments

Comments
 (0)