@@ -186,7 +186,7 function contextMenuCheckSelectionBox(tr, checked) { | |||
|
186 | 186 | function contextMenuClearDocumentSelection() { |
|
187 | 187 | // TODO |
|
188 | 188 | if (document.selection) { |
|
189 |
document.selection. |
|
|
189 | document.selection.empty(); // IE | |
|
190 | 190 | } else { |
|
191 | 191 | window.getSelection().removeAllRanges(); |
|
192 | 192 | } |
General Comments 0
You need to be logged in to leave comments.
Login now