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

Unified Diff: chrome/browser/resources/about_nacl.js

Issue 2900253006: WebUI: Fix more violations of no-extra-semi lint rule. (Closed)
Patch Set: clang-format 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
Index: chrome/browser/resources/about_nacl.js
diff --git a/chrome/browser/resources/about_nacl.js b/chrome/browser/resources/about_nacl.js
index f0265e8820d85420308c75fd9a657f31fc7ea940..09519e16142f2fcf4a085d58ba171aa0ed3adf19 100644
--- a/chrome/browser/resources/about_nacl.js
+++ b/chrome/browser/resources/about_nacl.js
@@ -16,7 +16,7 @@ var nacl = nacl || {};
var input = new JsEvalContext(moduleListData);
var output = $('naclInfoTemplate');
jstProcess(input, output);
- };
+ }
/**
* Asks the C++ NaClUIDOMHandler to get details about the NaCl and return
@@ -24,7 +24,7 @@ var nacl = nacl || {};
*/
function requestNaClInfo() {
chrome.send('requestNaClInfo');
- };
+ }
/**
* Called by the WebUI to re-populate the page with data representing the
« no previous file with comments | « no previous file | chrome/browser/resources/bookmark_manager/js/bmm.js » ('j') | chrome/browser/resources/md_bookmarks/types.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698