Commandpalette

This commit is contained in:
Jonathan Frederic 2015-08-17 14:16:49 -07:00
parent aa097ba662
commit c0a30d4df8

View File

@ -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};