Sha256: 56a15f35895ea6e9687f157535b97a8374a4bf16620eba527e9248c195b09186
Contents?: true
Size: 307 Bytes
Versions: 3
Compression:
Stored size: 307 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, self) end end
Version data entries
3 entries across 3 versions & 1 rubygems