Skip to content

Commit 0383534

Browse files
committed
Merge pull request #2202 from syranide/noscroll
Remove non-attribute scrollLeft and scrollTop from HTMLDOMPropertyConfig
2 parents 778ca2f + 802ad0b commit 0383534

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/browser/ui/dom/HTMLDOMPropertyConfig.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ var HTMLDOMPropertyConfig = {
132132
rowSpan: null,
133133
sandbox: null,
134134
scope: null,
135-
scrollLeft: MUST_USE_PROPERTY,
136135
scrolling: null,
137-
scrollTop: MUST_USE_PROPERTY,
138136
seamless: MUST_USE_ATTRIBUTE | HAS_BOOLEAN_VALUE,
139137
selected: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
140138
shape: null,

0 commit comments

Comments
 (0)