Sha256: 2b928f0a39b006538b0daf6d116d977ee667f40c4b03e091a248df9f1093f64a
Contents?: true
Size: 301 Bytes
Versions: 33
Compression:
Stored size: 301 Bytes
Contents
module LucidFunc::Initializer def initialize self.JS[:native_props] = `{ props: null }` @native_props = `Opal.Preact.Props.$new(#{self})` @app_store = LucidComponent::AppStoreProxy.new(self) @class_store = LucidComponent::ClassStoreProxy.new(self.class.to_s, self) end end
Version data entries
33 entries across 33 versions & 1 rubygems