From e6764f406becf64bbfccd348653abb75d6c60afb Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Fri, 24 Jul 2015 15:12:41 -0700 Subject: [PATCH] wrap explanation --- codemirror/codemirror.d.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/codemirror/codemirror.d.ts b/codemirror/codemirror.d.ts index e20cc59ad6..cd067fac58 100644 --- a/codemirror/codemirror.d.ts +++ b/codemirror/codemirror.d.ts @@ -799,7 +799,10 @@ declare module CodeMirror { The given DOM node must be an inline element(as opposed to a block element). */ replacedWith?: HTMLElement; - /** When replacedWith is given, this determines whether the editor will capture mouse and drag events occurring in this widget. Default is false—the events will be left alone for the default browser handler, or specific handlers on the widget, to capture. */ + /** When replacedWith is given, this determines whether the editor will + * capture mouse and drag events occurring in this widget. Default is + * false—the events will be left alone for the default browser handler, + * or specific handlers on the widget, to capture. */ handleMouseEvents: boolean; /** A read - only span can, as long as it is not cleared, not be modified except by calling setValue to reset the whole document.