lib/react/component/initializer.rb in isomorfeus-react-16.13.11 vs lib/react/component/initializer.rb in isomorfeus-react-16.13.12
- old
+ new
@@ -1,11 +1,11 @@
-module React
- module Component
- module Initializer
- def initialize(native_component)
- @native = native_component
- @props = `Opal.React.Component.Props.$new(#@native)`
- @state = `Opal.React.Component.State.$new(#@native)`
- end
- end
- end
-end
+module React
+ module Component
+ module Initializer
+ def initialize(native_component)
+ @native = native_component
+ @props = `Opal.React.Component.Props.$new(#@native)`
+ @state = `Opal.React.Component.State.$new(#@native)`
+ end
+ end
+ end
+end