We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac73c0 commit df253e6Copy full SHA for df253e6
test/unit/core/core.js
@@ -127,7 +127,7 @@ suite('Core', function(){
127
128
suite('new p5() / global mode', function() {
129
var BIND_TAG = '<script src="../js/bind.js"></script>';
130
- var P5_SCRIPT_URL = (!window.IS_MODULE) ? '../../lib/p5.js' : '../../lib/modules/p5.Core.js';
+ var P5_SCRIPT_URL = '../../lib/p5.js';
131
var P5_SCRIPT_TAG = '<script src="' + P5_SCRIPT_URL + '"></script>';
132
var iframe;
133
0 commit comments