| Index: ui/webui/resources/js/cr/ui/touch_handler.js
|
| diff --git a/ui/webui/resources/js/cr/ui/touch_handler.js b/ui/webui/resources/js/cr/ui/touch_handler.js
|
| index 7401c9d5ef9ef2d3fa729f83e044846e012fa986..563daa875dc5316d06a35a9a309714efca97c233 100644
|
| --- a/ui/webui/resources/js/cr/ui/touch_handler.js
|
| +++ b/ui/webui/resources/js/cr/ui/touch_handler.js
|
| @@ -681,7 +681,7 @@ cr.define('cr.ui', function() {
|
| // In most cases, our active touch will be in the 'touches' collection,
|
| // but we can't assert that because occasionally two touchend events can
|
| // occur at almost the same time with both having empty 'touches' lists.
|
| - // I.e., 'touches' seems like it can be a bit more up-to-date than the
|
| + // I.e., 'touches' seems like it can be a bit more up to date than the
|
| // current event.
|
| return;
|
| }
|
|
|