X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebInspectorUI%2FUserInterface%2FControllers%2FFormatter.js;h=5a7f2d80a2f5541eb375f795bd0459e4ee185ce0;hp=524e50d5ab387e3c1a7689d1220f5f3c0c34428a;hb=55c3fcf74d5e81e87b8d83b58107154330d36633;hpb=4c2b163f8d232777ca813833de2e19ec31b887c0;ds=sidebyside diff --git a/Source/WebInspectorUI/UserInterface/Controllers/Formatter.js b/Source/WebInspectorUI/UserInterface/Controllers/Formatter.js index 524e50d5ab38..5a7f2d80a2f5 100644 --- 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 = ""; -}; +} Formatter.prototype = { constructor: Formatter,