From: Bartosz DziewoƄski Date: Mon, 5 Feb 2018 15:51:53 +0000 (+0100) Subject: jquery.textSelection: Fix typo X-Git-Tag: 1.31.0-rc.0~684^2~1 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=bce827aeef2844983f96fb4b0bd9f15c11a6bc1d;p=lhc%2Fweb%2Fwiklou.git jquery.textSelection: Fix typo Probably nothing is using this event. Change-Id: I5e4a8a741b46868f8a1d55257a980aa0853fbb6c --- diff --git a/resources/src/jquery/jquery.textSelection.js b/resources/src/jquery/jquery.textSelection.js index 394b42f0d9..d22fc4b549 100644 --- a/resources/src/jquery/jquery.textSelection.js +++ b/resources/src/jquery/jquery.textSelection.js @@ -162,7 +162,7 @@ } } $( this ).trigger( 'encapsulateSelection', [ options.pre, options.peri, options.post, options.ownline, - options.replace, options.spitlines ] ); + options.replace, options.splitlines ] ); } ); }, /**