Skip to content

Commit 17efb35

Browse files
authored
Merge branch 'dev-2.0' into removing-grunt-from-contributor_guidelines
2 parents fa82544 + 8125961 commit 17efb35

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/core/noop.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
export default function(){}
1+
export default function (p5) {
2+
p5._friendlyError = () => {};
3+
p5._checkForUserDefinedFunctions = () => {};
4+
p5._fesErrorMonitor = () => {};
5+
}

0 commit comments

Comments
 (0)