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