X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fqunit%2Fsuites%2Fresources%2Fjquery%2Fjquery.textSelection.test.js;h=496674721ea23b500987673ba668ed0aedfedd4f;hp=d598586bab06469b3f06cf26829c7500d96304e9;hb=add9bd191fd4d16250b301208600854cb52f6b33;hpb=4e6a6b4871e6895a6b7dc1f634b189e6dd6ccb4f 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 ) ); +}() );