Skip to content

Commit 80597da

Browse files
author
Lauren McCarthy
committed
Update core.js
1 parent e91f5b2 commit 80597da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/core.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ define(function (require) {
1111
require('shim');
1212

1313
// Core needs the PVariables object
14-
// TODO: ???
1514
var constants = require('constants');
1615

1716
/**
@@ -467,4 +466,4 @@ define(function (require) {
467466

468467
return p5;
469468

470-
});
469+
});

0 commit comments

Comments
 (0)