Skip to content

Commit 7711799

Browse files
committed
Fix missing import
1 parent a81384a commit 7711799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/src/_base/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
var widgets = require("@jupyter-widgets/base");
33
var THREE = require('three');
4+
var _ = require('underscore');
45

56

67
/**

0 commit comments

Comments
 (0)