git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Web Inspector: Fix ESLint no-extra-semi
[WebKit-https.git]
/
Source
/
WebInspectorUI
/
UserInterface
/
Controllers
/
Formatter.js
diff --git
a/Source/WebInspectorUI/UserInterface/Controllers/Formatter.js
b/Source/WebInspectorUI/UserInterface/Controllers/Formatter.js
index 524e50d5ab387e3c1a7689d1220f5f3c0c34428a..5a7f2d80a2f5541eb375f795bd0459e4ee185ce0 100644
(file)
--- a/
Source/WebInspectorUI/UserInterface/Controllers/Formatter.js
+++ b/
Source/WebInspectorUI/UserInterface/Controllers/Formatter.js
@@
-33,7
+33,7
@@
function Formatter(codeMirror, builder)
this._lastToken = null;
this._lastContent = "";
this._lastToken = null;
this._lastContent = "";
-}
;
+}
Formatter.prototype = {
constructor: Formatter,
Formatter.prototype = {
constructor: Formatter,