MCPcopy Create free account
hub / github.com/TruthHun/BookStack / bind

Function bind

static/editor.md/lib/codemirror/lib/codemirror.js:8106–8109  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

8104 }
8105
8106 function bind(f) {
8107 var args = Array.prototype.slice.call(arguments, 1);
8108 return function(){return f.apply(null, args);};
8109 }
8110
8111 var nonASCIISingleCaseWordChar = /[\u00df\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;
8112 var isWordCharBasic = CodeMirror.isWordChar = function(ch) {

Callers 4

CodeMirrorFunction · 0.70
startWorkerFunction · 0.70
registerEventHandlersFunction · 0.70
leftButtonDownFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected