Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setSelection (0.1 sec)

  1. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    					.bind("dblclick.jstree", function (event) {
    						var sel;
    						if(document.selection && document.selection.empty) { document.selection.empty(); }
    						else {
    							if(window.getSelection) {
    								sel = window.getSelection();
    								try {
    									sel.removeAllRanges();
    									sel.collapse();
    								} catch (err) { }
    							}
    						}
    					});
    				if(this._get_settings().core.notify_plugins) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
Back to top