##// END OF EJS Templates
use strict in notificationwidget.js
Matthias BUSSONNIER -
Show More
@@ -10,7 +10,7 b''
10 //============================================================================
10 //============================================================================
11
11
12 var IPython = (function (IPython) {
12 var IPython = (function (IPython) {
13
13 "use strict";
14 var utils = IPython.utils;
14 var utils = IPython.utils;
15
15
16
16
General Comments 0
You need to be logged in to leave comments. Login now