Merge "jquery.textSelection: Remove code supporting IE 6 selection APIs"
[lhc/web/wiklou.git] / resources / src / jquery / jquery.textSelection.js
index 3774cd2..394b42f 100644 (file)
                                        // Return [start, end] instead of just start
                                        startAndEnd: false
                                }, options );
-                               // FIXME: We may not need character position-based functions if we insert markers in the right places
                                break;
                        case 'setSelection':
                                options = $.extend( {
                                if ( options.end === undefined ) {
                                        options.end = options.start;
                                }
-                               // FIXME: We may not need character position-based functions if we insert markers in the right places
                                break;
                        case 'scrollToCaretPosition':
                                options = $.extend( {