Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(712)

Unified Diff: third_party/WebKit/LayoutTests/svg/carto.net/resources/selectionList.js

Issue 2157963002: Improve grammar in some comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: maxiumum Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698