Skip to content

Commit 82ac2af

Browse files
authored
Merge pull request #7316 from SilasVM/dev-2.0
Split contents of dom.js among four(4) files
2 parents 54c31f9 + 8cc4f67 commit 82ac2af

File tree

6 files changed

+3938
-3833
lines changed

6 files changed

+3938
-3833
lines changed

src/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ import data from './data';
4040
data(p5);
4141

4242
// DOM
43-
import './dom/dom';
43+
import dom from './dom';
44+
dom(p5);
4445

4546
// events
4647
import events from './events';

0 commit comments

Comments
 (0)