jquery.textSelection: Fix typo
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 5 Feb 2018 15:51:53 +0000 (16:51 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 5 Feb 2018 16:09:18 +0000 (17:09 +0100)
Probably nothing is using this event.

Change-Id: I5e4a8a741b46868f8a1d55257a980aa0853fbb6c

resources/src/jquery/jquery.textSelection.js

index 394b42f..d22fc4b 100644 (file)
                                                }
                                        }
                                        $( this ).trigger( 'encapsulateSelection', [ options.pre, options.peri, options.post, options.ownline,
-                                               options.replace, options.spitlines ] );
+                                               options.replace, options.splitlines ] );
                                } );
                        },
                        /**