From 2d51cec3c8a3575e83a0460c5e7ddce34a43d7d9 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 10 Dec 2014 20:58:01 +0100 Subject: [PATCH] adresses Min comments x2 --- IPython/html/static/notebook/js/maintoolbar.js | 3 +-- IPython/html/static/notebook/js/quickhelp.js | 4 +--- IPython/html/static/notebook/js/toolbar.js | 2 +- IPython/html/tests/notebook/execute_code.js | 2 +- IPython/html/tests/notebook/markdown.js | 3 ++- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/IPython/html/static/notebook/js/maintoolbar.js b/IPython/html/static/notebook/js/maintoolbar.js index c790ed8a8..132daa1c0 100644 --- a/IPython/html/static/notebook/js/maintoolbar.js +++ b/IPython/html/static/notebook/js/maintoolbar.js @@ -65,9 +65,8 @@ define([ }; // add a cell type drop down to the maintoolbar. - // trigged when the pseudo action `` is + // triggered when the pseudo action `` is // encountered when building a toolbar. - // there supposed to be only one of these, but many should work in most cases; MainToolBar.prototype.add_celltype_list = function () { var that = this; var sel = $('