X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fqunit%2Fsuites%2Fresources%2Fjquery%2Fjquery.textSelection.test.js;h=496674721ea23b500987673ba668ed0aedfedd4f;hb=1de7117197761961736ea43b237599569eee93a2;hp=d598586bab06469b3f06cf26829c7500d96304e9;hpb=6bfa7c37540da7605e88c10caf0295ae8ff45723;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/qunit/suites/resources/jquery/jquery.textSelection.test.js b/tests/qunit/suites/resources/jquery/jquery.textSelection.test.js index d598586bab..496674721e 100644 --- a/tests/qunit/suites/resources/jquery/jquery.textSelection.test.js +++ b/tests/qunit/suites/resources/jquery/jquery.textSelection.test.js @@ -1,4 +1,4 @@ -( function ( $ ) { +( function () { var caretSample, sig = { pre: '--~~~~' @@ -263,4 +263,4 @@ end: 11, mode: 'set' } ); -}( jQuery ) ); +}() );