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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js

Issue 2902033002: WebUI: Fix violations of no-extra-semi lint rule. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/injected/keyboard_handler.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js
index ca84baef83c4328b39969e24266f506a2d64f29f..4804bd68a21cb99e0c470cf3dd580eab58e0326b 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js
@@ -126,7 +126,7 @@ if (typeof(goog) != 'undefined' && goog.require) {
callback = properties['endCallback'];
}
callAsync_(message, callback);
- };
+ }
/**
* Gets an object given a dotted namespace object path.
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/injected/keyboard_handler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698