Skip to content

Commit 2c03625

Browse files
committed
Added list.js dependency
1 parent 4192864 commit 2c03625

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

list.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notebook-snippet-manager.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
define(['base/js/namespace', 'jquery', 'base/js/dialog'], function(Jupyter, $, dialog) {
1+
define(['base/js/namespace',
2+
'jquery',
3+
'base/js/dialog',
4+
'./list'], function(Jupyter, $, dialog, list) {
25
function storageAvailable(type) {
36
try {
47
var storage = window[type];
@@ -111,6 +114,7 @@ define(['base/js/namespace', 'jquery', 'base/js/dialog'], function(Jupyter, $, d
111114
'buttons': {OK: {}}
112115
});
113116
}
117+
console.log(list);
114118
}
115119

116120
return {

0 commit comments

Comments
 (0)