summaryrefslogtreecommitdiff
path: root/resources/jquery
diff options
context:
space:
mode:
Diffstat (limited to 'resources/jquery')
-rw-r--r--resources/jquery/jquery.textSelection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/jquery/jquery.textSelection.js b/resources/jquery/jquery.textSelection.js
index 17fd0cd3..daff9d93 100644
--- a/resources/jquery/jquery.textSelection.js
+++ b/resources/jquery/jquery.textSelection.js
@@ -293,7 +293,7 @@
postFinished = false;
periRange = document.selection.createRange().duplicate();
- preRange = rangeForElementIE( e ),
+ preRange = rangeForElementIE( e );
// Move the end where we need it
preRange.setEndPoint( 'EndToStart', periRange );