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

Unified Diff: tools/memory_inspector/chrome_app/template/main_window.js

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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: tools/memory_inspector/chrome_app/template/main_window.js
diff --git a/tools/memory_inspector/chrome_app/template/main_window.js b/tools/memory_inspector/chrome_app/template/main_window.js
index c76da7af60545dc5146d393eac5b25fc3dc2550a..bd007cf2d14dde081ddef0dc4b543d844ee4c267 100644
--- a/tools/memory_inspector/chrome_app/template/main_window.js
+++ b/tools/memory_inspector/chrome_app/template/main_window.js
@@ -314,7 +314,7 @@ MemoryInspectorWindow.prototype.storeSettings_ = function() {
* Listener called when main window settings were retrieved from local storage.
* It saves them and finally shows the app window.
* @private
- * @param {Object.<string, *>} settings The retrieved settings.
+ * @param {Object<string, *>} settings The retrieved settings.
*/
MemoryInspectorWindow.prototype.onSettingsRetrieved_ = function(settings) {
if (chrome.runtime.lastError === undefined && settings['terminal_visible']) {
« no previous file with comments | « tools/deep_memory_profiler/visualizer/static/utility.js ('k') | ui/accessibility/extensions/caretbrowsing/caretbrowsing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698