Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js |
index 7aaa80150d84ad1fbfa73a1257d5b7fc3aa86dcf..a74264fd38650fefa297dbf5f64f2cfe61d727a4 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/base_automation_handler.js |
@@ -77,11 +77,10 @@ BaseAutomationHandler.prototype = { |
}, |
/** |
- * Called after the event |evt| is handled. |
+ * Called after the event |evt| is handled. |
* @protected |
*/ |
- didHandleEvent_: function(evt) { |
- } |
+ didHandleEvent_: function(evt) {} |
}; |
}); // goog.scope |