MCPcopy Index your code
hub / github.com/pandao/editor.md / userCanSelect

Function userCanSelect

editormd.amd.js:4442–4444  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

4440 });
4441
4442 var userCanSelect = function (obj) {
4443 obj.removeClass(classPrefix + "user-unselect").off("selectstart");
4444 };
4445
4446 var userUnselect = function (obj) {
4447 obj.addClass(classPrefix + "user-unselect").on("selectstart", function(event) { // selectstart for IE

Callers 1

editormd.amd.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…