mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Dictionary key/value typo
This commit is contained in:
parent
fc94383487
commit
f11a51bb77
@ -639,7 +639,7 @@ define([
|
||||
var keys = Object.keys(d);
|
||||
var values = [];
|
||||
keys.forEach(function(key) {
|
||||
values.push(key);
|
||||
values.push(d[key]);
|
||||
});
|
||||
return Promise.all(values).then(function(v) {
|
||||
d = {};
|
||||
|
Loading…
Reference in New Issue
Block a user