isomorfeus-preact 10.6.47 → 10.6.48

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7eea404d82d6557ef8c53aafd7f4051beab88aadb553e5f809d471790d20d22b
4
- data.tar.gz: 2aaf0fedeb9643164bce61c1d9710cfdfb9052464bf58edd64abafae47fb8d6d
3
+ metadata.gz: df8ec0a8eda33bce33533c8c7f8ec7485574034aa647ad1e5a57387b23e801f7
4
+ data.tar.gz: a29e92d4cc416139cc3ae2d27a31cfd68b8800a7090013d9fd2c173307340758
5
5
  SHA512:
6
- metadata.gz: 85f3bebbde9dba5f2cda3a15675aa8e92125cc78ee884a0fa721662ed265df7c0611f907450cc91ebb21450d439d7ae968da592fa3bc3386a7abee986d4569f0
7
- data.tar.gz: d0c52db64fe926a57eb23faf3fd3384be7c877ea9c3f5477c6fab6947df893fd0fd649b5d31bdef8c9f18a33055d610b794fec2d2e35fe46c18e422462cc91e4
6
+ metadata.gz: 694f965dc3c05541466f84e7fe0ca2b5612a277d4413bbdd4565985d89f0832cc28a7a78a4244a2ac417064949d5c6943eb0dd846adb6c37e68f30324ad5b9d0
7
+ data.tar.gz: 5aa3ce6a0b8178712c7752aca97e96b4b25bc51affba39573a1acf8284e63f10ad69f71873f2509557aa0992fe4aa00d4c64ea595a126d672b577e8bf0758a1a
@@ -42,8 +42,8 @@ module Isomorfeus
42
42
  end
43
43
 
44
44
  def execute_init_after_store_classes
45
- client_init_after_store_class_names.each do |constant|
46
- constant.constantize.send(:init)
45
+ client_init_after_store_class_names.each do |constant_name|
46
+ constant_name.constantize.send(:init)
47
47
  end
48
48
  end
49
49
 
@@ -28,11 +28,11 @@ module Preact::Component::Callbacks
28
28
  }
29
29
  if (self.lucid_preact_component) {
30
30
  if (self.lucid_preact_component.prototype.componentDidMount) {
31
- let fun_one = self.lucid_preact_component.prototype.componentDidMount;
32
- let fun_two = fun;
31
+ self.lucid_preact_component.prototype.componentDidMountTwo = self.lucid_preact_component.prototype.componentDidMount;
32
+ self.lucid_preact_component.prototype.componentDidMountOne = fun;
33
33
  fun = function() {
34
- fun_one();
35
- fun_two();
34
+ this.componentDidMountOne();
35
+ this.componentDidMountTwo();
36
36
  }
37
37
  }
38
38
  self.lucid_preact_component.prototype.componentDidMount = fun;
@@ -1,3 +1,3 @@
1
1
  module Preact
2
- VERSION = '10.6.47'
2
+ VERSION = '10.6.48'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-preact
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.6.47
4
+ version: 10.6.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-21 00:00:00.000000000 Z
11
+ date: 2022-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby