Index: third_party/WebKit/LayoutTests/svg/carto.net/resources/comboBox.js |
diff --git a/third_party/WebKit/LayoutTests/svg/carto.net/resources/comboBox.js b/third_party/WebKit/LayoutTests/svg/carto.net/resources/comboBox.js |
index 93978fc38980b555a63d8659f45f9073ed10f501..337fa856c55466cb1036917177cb7354f3bf8c57 100644 |
--- a/third_party/WebKit/LayoutTests/svg/carto.net/resources/comboBox.js |
+++ b/third_party/WebKit/LayoutTests/svg/carto.net/resources/comboBox.js |
@@ -118,7 +118,7 @@ function combobox(id,parentNode,elementsArray,width,xOffset,yOffset,cellHeight,t |
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.mouseDownStatus = false; //status that specifies if mouse is down or up on individual elements |