| Index: third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
|
| index de10564e5b75f19f2b9ea036935816af7c972571..9369556ca9e6ed7acfd24c75b239d42a58e50c49 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
|
| @@ -86,7 +86,7 @@ WebInspector.TextEditor.prototype = {
|
| * mimeType: (string|undefined),
|
| * autoHeight: (boolean|undefined)
|
| * }}
|
| - **/
|
| + */
|
| WebInspector.TextEditor.Options;
|
|
|
| /**
|
| @@ -96,5 +96,5 @@ WebInspector.TextEditor.Options;
|
| * isWordChar: ((function(string):boolean)|undefined),
|
| * captureEnter: (boolean|undefined)
|
| * }}
|
| - **/
|
| + */
|
| WebInspector.AutocompleteConfig;
|
|
|