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

Unified Diff: third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js

Issue 1907263002: DevTools: Fix all outstanding JavaScript style issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove yoda disable. fix throw parens Created 4 years, 8 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: third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js
diff --git a/third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js b/third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js
index f810888f779b66212ed3abdd31e54dc71d829501..f8c52f97fad7cf342835bb8b831de78e7dbbc4b7 100644
--- a/third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js
+++ b/third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js
@@ -18,4 +18,4 @@ function toolboxLoaded()
runOnWindowLoad(toolboxLoaded);
-})();
+})();

Powered by Google App Engine
This is Rietveld 408576698