X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fsrc%2Fjquery%2Fjquery.textSelection.js;h=6b4ab979a1f4001d6dff0c5acacf4ba528115d22;hb=f4cc388eb9dfcfa69f279c6ced1a8b4734df05c9;hp=d22fc4b549431cca90c8ad2d873095c30ab1c124;hpb=44e0eec66d1ae04544f3a61884e93321fcb0d9df;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.textSelection.js b/resources/src/jquery/jquery.textSelection.js index d22fc4b549..6b4ab979a1 100644 --- a/resources/src/jquery/jquery.textSelection.js +++ b/resources/src/jquery/jquery.textSelection.js @@ -1,7 +1,49 @@ -/** +/*! * These plugins provide extra functionality for interaction with textareas. + * + * - encapsulateSelection: Ported from skins/common/edit.js by Trevor Parscal + * © 2009 Wikimedia Foundation (GPLv2) - http://www.wikimedia.org + * - getCaretPosition, scrollToCaretPosition: Ported from Wikia's LinkSuggest extension + * https://github.com/Wikia/app/blob/c0cd8b763/extensions/wikia/LinkSuggest/js/jquery.wikia.linksuggest.js + * © 2010 Inez Korczyński (korczynski@gmail.com) & Jesús Martínez Novo (martineznovo@gmail.com) (GPLv2) + */ + +/** + * @class jQuery.plugin.textSelection + * + * Do things to the selection in a `