OLD | NEW |
---|---|
1 CONSOLE MESSAGE: line 12: [object HTMLDivElement] | |
dsinclair
2014/09/05 19:35:10
This should go away when the console.log is remove
chrishtr
2014/09/05 19:59:09
Done.
| |
1 { | 2 { |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
5 "bounds": [800, 600], | 6 "bounds": [800, 600], |
6 "contentsOpaque": true, | 7 "contentsOpaque": true, |
7 "drawsContent": true, | 8 "drawsContent": true, |
8 "repaintRects": [ | 9 "repaintRects": [ |
9 [334, 40, 466, 168], | 10 [18, 18, 284, 20], |
10 [334, 40, 466, 168], | 11 [18, 18, 284, 20], |
11 [16, 40, 784, 168], | 12 [18, 18, 284, 20], |
12 [16, 40, 318, 168], | 13 [10, 18, 300, 28], |
13 [0, 0, 334, 500] | 14 [8, 167, 784, 20], |
15 [8, 167, 784, 20], | |
16 [8, 167, 784, 20], | |
17 [0, 175, 800, 20] | |
chrishtr
2014/09/04 22:34:41
Without my CL, there would be an additional:
[0,
| |
14 ] | 18 ] |
15 } | 19 } |
16 ] | 20 ] |
17 } | 21 } |
18 | 22 |
OLD | NEW |