mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Add missing i18n parameter
fix missing parameter
This commit is contained in:
parent
4b2e7dc3e3
commit
c2b292f3e6
@ -6,7 +6,7 @@ define([
|
||||
'base/js/utils',
|
||||
'base/js/i18n',
|
||||
'base/js/dialog',
|
||||
], function($, utils, dialog) {
|
||||
], function($, utils, i18n, dialog) {
|
||||
"use strict";
|
||||
|
||||
var init = function () {
|
||||
|
Loading…
Reference in New Issue
Block a user