Skip to content

Commit 330da90

Browse files
committed
avoid following console error - Uncaught ReferenceError: module is not defined
1 parent 2a7b847 commit 330da90

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

devtools/regl_codegen/devtools.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,3 @@ function handleOnLoad() {
158158
window.close();
159159
});
160160
}
161-
162-
module.exports = Tabs;

devtools/test_dashboard/devtools.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,3 @@ function handleOnLoad() {
269269
plotFromHash();
270270
}
271271

272-
module.exports = Tabs;

0 commit comments

Comments
 (0)