Show More
@@ -1,11 +1,6 b'' | |||
|
1 | 1 | define([ |
|
2 |
'base/js/n |
|
|
3 | 'jquery', | |
|
4 | 'base/js/utils', | |
|
5 | 'base/js/dialog', | |
|
6 | 'base/js/notificationarea', | |
|
7 | 'moment' | |
|
8 | ], function(IPython, $, utils, dialog, notificationarea, moment) { | |
|
2 | 'base/js/notificationarea' | |
|
3 | ], function(notificationarea) { | |
|
9 | 4 | "use strict"; |
|
10 | 5 | var NotificationArea = notificationarea.NotificationArea; |
|
11 | 6 |
General Comments 0
You need to be logged in to leave comments.
Login now