happo 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ab62af6f8c5cba90963fcca9ffa73576b2f161f
4
- data.tar.gz: c12b3dcee9e5f6c0935333494214b693faa09258
3
+ metadata.gz: d2c89082277fba29525c09cd467d81980fb85e61
4
+ data.tar.gz: 13d72d47e69b1183719fd7636fc64b93f58c8396
5
5
  SHA512:
6
- metadata.gz: 743c15567f974688f373a3e1d114509013c1f357b803b00273cfb39691462e6d5a5b072ceb2f87c138fcec4a0b408efe0e4eba674587c69e4874aa066e2f07aa
7
- data.tar.gz: 56d4de2b0e53e73ed4cd85823d6641be136537b354feb9edf500be578289d9a718e0d493f4c5f4fe76fc7d64c3a4ff4ebaae0811e25b43e7a36ebb40f4c3787f
6
+ metadata.gz: c9ae2ace18a3044f1e02675e1145237ff15cb01cb66de9f2e5d1b0a247b89523b2a3cb1c551e8de04677e0b867c2820f97e6087a2cd60adc8a25f158cc6500c9
7
+ data.tar.gz: 7970d125b89ea9ae8c883ceeee1a85cff01850ae0e6ff4a3880b8655dcbf2af86f7ab85659c7e89554e43882f7b42e45ce1000e0a05ab229df240b399b2ad624
@@ -163,7 +163,7 @@ window.happo = {
163
163
  box.top = Math.min(box.top, rect.top);
164
164
 
165
165
  for (var i = 0; i < node.children.length; i++) {
166
- getFullRectRecursive(node.children[i], box);
166
+ this.getFullRectRecursive(node.children[i], box);
167
167
  }
168
168
  },
169
169
 
@@ -186,7 +186,7 @@ window.happo = {
186
186
  // mutating our box object along the way to expand to include all descendent
187
187
  // nodes.
188
188
  for (var i = 0; i < node.children.length; i++) {
189
- getFullRectRecursive(node.children[i], box);
189
+ this.getFullRectRecursive(node.children[i], box);
190
190
  }
191
191
 
192
192
  // Do width and height calculations at the end, to avoid having to do them
data/lib/happo/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # Defines the gem version.
2
2
  module Happo
3
- VERSION = '2.1.0'
3
+ VERSION = '2.1.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: happo
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henric Trotzig