We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbba52 commit e281702Copy full SHA for e281702
src/prototype/dom/layout.js
@@ -55,7 +55,7 @@
55
return boxWidth - bl - br - pl - pr;
56
}
57
58
- if ('currentStyle' in document.documentElement) {
+ if (!Object.isUndefined(document.documentElement.currentStyle) && !Prototype.Browser.Opera) {
59
getRawStyle = getRawStyle_IE;
60
61
0 commit comments