jquery.textSelection: Remove code supporting IE 6 selection APIs
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 31 Jan 2018 05:44:53 +0000 (06:44 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 31 Jan 2018 05:44:53 +0000 (06:44 +0100)
commit1430ca85dcf9cb3f77a92bee6a915473e465f649
tree614cd86611a85950b60377b99859c6af0af7cb3b
parentcc17f011f2beaab0c0c652b86b7052bef8d0b686
jquery.textSelection: Remove code supporting IE 6 selection APIs

Removing all the code that uses the document.selection and
document.body.createTextRange() APIs, or that only runs if
these APIs are present (workarounds for old IE bugs).

These APIs were supported by Internet Explorer up to version 9
and by Opera up to version 10.5. More recent versions of both
browsers only support the standard selection APIs.

Bug: T186005
Change-Id: I32dc5a16b03cf1c2ea44f6c7361447607ccc7e62
resources/src/jquery/jquery.textSelection.js