Sha256: 7843bf802cd05c33d83ff2dc67a06a197afb858ca29e201ac3fd5db17186853e
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
require 'opal-jquery/element' $document = Element.find($global.document) class << $document # Use Element.ready? instead def ready?(&block) Element.ready?(&block) end end # TODO: this will be removed soon (here for compatibility) Document = $document
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-jquery-0.0.9 | opal/opal-jquery/document.rb |