Home
last modified time | relevance | path

Searched refs:attachFunction (Results 1 – 2 of 2) sorted by relevance

/plugin/processing/
H A Dscript.js12962 Processing.Sketch = function(attachFunction) { argument
12963 this.attachFunction = attachFunction; // can be optional
13063 if(typeof this.attachFunction === "function") {
13064 this.attachFunction(processing, constants);
13068 this.attachFunction = func;
13074 return this.sourceCode || "[attach: " + this.attachFunction + "]";
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1attachFunction = function(reporter, name) {\n //The proxy is needed to be able to call …