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

Function bind

static/mergely/lib/codemirror.js:8342–8345  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

8340 }
8341
8342 function bind(f) {
8343 var args = Array.prototype.slice.call(arguments, 1);
8344 return function(){return f.apply(null, args);};
8345 }
8346
8347 var nonASCIISingleCaseWordChar = /[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;
8348 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