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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js

Issue 2440953003: DevTools: use semicolons after each statement. (Closed)
Patch Set: rebaseline Created 4 years, 2 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/ui/SwatchPopoverHelper.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js b/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
index 0deaa8f2df31aa8fa3834365c03933b87c1e062d..43f4be387f77ac056999e6cb019095ccee5ac979 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
@@ -17,7 +17,7 @@ WebInspector.SwatchPopoverHelper = function()
this._boundOnKeyDown = this._onKeyDown.bind(this);
this._boundFocusOut = this._onFocusOut.bind(this);
this._isHidden = true;
-}
+};
WebInspector.SwatchPopoverHelper.prototype = {
/**
@@ -119,4 +119,4 @@ WebInspector.SwatchPopoverHelper.prototype = {
},
__proto__: WebInspector.Object.prototype
-}
+};

Powered by Google App Engine
This is Rietveld 408576698