More updates to itb (wip)
This commit is contained in:
27
tools/itb/js/dom_analyzer.js.rej
Normal file
27
tools/itb/js/dom_analyzer.js.rej
Normal file
@@ -0,0 +1,27 @@
|
||||
*** /dev/null
|
||||
--- /dev/null
|
||||
***************
|
||||
*** 140
|
||||
- y: Math.round(isFixed ? rect.top : rect.top + window.pageYOffset),
|
||||
--- 140 -----
|
||||
+ y: Math.round(isFixed ? rect.top : rect.top + window.pageYOffset),
|
||||
***************
|
||||
*** 141
|
||||
- width: Math.round(rect.width),
|
||||
--- 141 -----
|
||||
+ width: Math.round(rect.width),
|
||||
***************
|
||||
*** 142
|
||||
- height: Math.round(rect.height),
|
||||
--- 142 -----
|
||||
+ height: Math.round(rect.height),
|
||||
***************
|
||||
*** 143
|
||||
- interactions: [],
|
||||
--- 143 -----
|
||||
+ interactions: [],
|
||||
***************
|
||||
*** 144
|
||||
- fixed: isFixed
|
||||
--- 144 -----
|
||||
+ fixed: isFixed
|
||||
Reference in New Issue
Block a user