From bce827aeef2844983f96fb4b0bd9f15c11a6bc1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Mon, 5 Feb 2018 16:51:53 +0100 Subject: [PATCH] jquery.textSelection: Fix typo Probably nothing is using this event. Change-Id: I5e4a8a741b46868f8a1d55257a980aa0853fbb6c --- resources/src/jquery/jquery.textSelection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] ); } ); }, /** -- 2.20.1