mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Commandpalette
This commit is contained in:
parent
aa097ba662
commit
c0a30d4df8
@ -1,7 +1,6 @@
|
||||
// Copyright (c) Jupyter Development Team.
|
||||
// Distributed under the terms of the Modified BSD License.
|
||||
|
||||
define(function(require){
|
||||
"use strict";
|
||||
|
||||
var QH = require("notebook/js/quickhelp");
|
||||
@ -174,5 +173,4 @@ define(function(require){
|
||||
|
||||
mod.modal('show');
|
||||
};
|
||||
return {'CommandPalette': CommandPalette};
|
||||
});
|
||||
module.exports = {'CommandPalette': CommandPalette};
|
Loading…
Reference in New Issue
Block a user