Skip to content

Commit 4b1b9fc

Browse files
author
lauren mccarthy
committed
Merge branch 'master' of github.com:lmccart/p5.js
2 parents 808d937 + 80597da commit 4b1b9fc

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
/**
@@ -475,4 +474,4 @@ define(function (require) {
475474

476475
return p5;
477476

478-
});
477+
});

0 commit comments

Comments
 (0)