Files
SIA/tools/itb/js/dom_analyzer.js.rej
2025-01-16 14:36:37 +01:00

28 lines
606 B
Plaintext

*** /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