Merge pull request #2202 from syranide/noscroll

Remove non-attribute scrollLeft and scrollTop from HTMLDOMPropertyConfig
This commit is contained in:
Paul O’Shannessy 2014-09-26 17:54:49 -07:00
commit 0383534094
1 changed files with 0 additions and 2 deletions

View File

@ -132,9 +132,7 @@ var HTMLDOMPropertyConfig = {
rowSpan: null,
sandbox: null,
scope: null,
scrollLeft: MUST_USE_PROPERTY,
scrolling: null,
scrollTop: MUST_USE_PROPERTY,
seamless: MUST_USE_ATTRIBUTE | HAS_BOOLEAN_VALUE,
selected: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
shape: null,