(bug 29104) Fix r86622: make splitlines default to false, makes much more sense
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 3 Jun 2011 09:56:01 +0000 (09:56 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 3 Jun 2011 09:56:01 +0000 (09:56 +0000)
resources/jquery/jquery.textSelection.js

index 131980b..1af2b72 100644 (file)
@@ -414,7 +414,7 @@ scrollToCaretPosition: function( options ) {
                                'ownline': false, // Put the inserted text on a line of its own
                                'replace': false, // If there is a selection, replace it with peri instead of leaving it alone
                                'selectPeri': true, // Select the peri text if it was inserted (but not if there was a selection and replace==false)
-                               'splitlines': true // If multiple lines are selected, encapsulate each line individually
+                               'splitlines': false // If multiple lines are selected, encapsulate each line individually
                        }, options );
                        break;
                case 'getCaretPosition':