Skip to content

Commit

Permalink
Add window
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Racco authored and elia committed Oct 9, 2013
1 parent ffae86d commit 71512c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions opal/opal-jquery.rb
@@ -1,3 +1,4 @@
require 'opal-jquery/window'
require 'opal-jquery/document'
require 'opal-jquery/element'
require 'opal-jquery/event'
Expand Down
4 changes: 4 additions & 0 deletions opal/opal-jquery/window.rb
@@ -0,0 +1,4 @@
require 'opal-jquery/element'

Window = Element.find `window`
$window = Window

0 comments on commit 71512c6

Please sign in to comment.