Class: HelloWorld

Inherits:
HTMLElement
  • Object
show all
Defined in:
bridgetown-core/lib/bridgetown-core/configurations/ruby2js/hello_world.js.rb

Instance Method Summary collapse

Instance Method Details

#connected_callbackObject



2
3
4
# File 'bridgetown-core/lib/bridgetown-core/configurations/ruby2js/hello_world.js.rb', line 2

def connected_callback()
  self.inner_html = "<p><strong>Hello World!</strong></p>"
end