| Index: client/touch/EventUtil.dart
|
| diff --git a/client/touch/EventUtil.dart b/client/touch/EventUtil.dart
|
| index 0ff7c0c419a228fa556d0a0319f2cc287b7cc41f..5d137ad8c81dfe586cd73f2c7582240e0c84e6f6 100644
|
| --- a/client/touch/EventUtil.dart
|
| +++ b/client/touch/EventUtil.dart
|
| @@ -25,13 +25,6 @@ class EventUtil {
|
| }
|
| }
|
|
|
| - // TODO(jacobr): add a comment or remove this method.
|
| - static Event createEvent(String eventType) {
|
| - Event event = document.createEvent("HTMLEvents");
|
| - event.initEvent(eventType, true, true);
|
| - return event;
|
| - }
|
| -
|
| /**
|
| * Clear the keyboard focus of the currently focused element (if there is
|
| * one). If there is no currently focused element then this function will do
|
|
|