mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
use strict in notificationwidget.js
This commit is contained in:
parent
56a57de8e1
commit
8374d14d06
@ -10,7 +10,7 @@
|
|||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
var IPython = (function (IPython) {
|
var IPython = (function (IPython) {
|
||||||
|
"use strict";
|
||||||
var utils = IPython.utils;
|
var utils = IPython.utils;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user