| Index: third_party/WebKit/LayoutTests/svg/carto.net/resources/selectionList.js
|
| diff --git a/third_party/WebKit/LayoutTests/svg/carto.net/resources/selectionList.js b/third_party/WebKit/LayoutTests/svg/carto.net/resources/selectionList.js
|
| index ec9fb749f831f27a2c6f1d665722ec2374989041..06af6f14993cac611c0401fa3c5876b93b4d03ae 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/carto.net/resources/selectionList.js
|
| +++ b/third_party/WebKit/LayoutTests/svg/carto.net/resources/selectionList.js
|
| @@ -148,7 +148,7 @@ function selectionList(id,parentNode,elementsArray,width,xOffset,yOffset,cellHei
|
| this.scrollerHeight = 0; //height of dragable scroller bar
|
| this.scrollActive = false; //determines if scrolling per up/down button is active
|
| this.panY = false; //stores the y value of event
|
| - this.scrollCumulus = 0; //if value is less then a scrollstep we need to accumulate scroll values
|
| + this.scrollCumulus = 0; //if value is less than a scrollstep we need to accumulate scroll values
|
| this.scrollDir = ""; //later holds "up" and "down"
|
| this.exists = true; //true means it exists, gets value false if method "removeSelectionList" is called
|
| this.pressedKeys = ""; //stores key events (pressed char values)
|
|
|