Remove bootstrap dependency

Jonathan Frederic 11 years ago
parent 1fe6dbb4e4
commit 2fcf9fcd76

@ -7,9 +7,8 @@ define([
'base/js/dialog',
'base/js/utils',
'notebook/js/tour',
'bootstrap',
'moment',
], function($, IPython, dialog, utils, tour, bootstrap, moment) {
], function($, IPython, dialog, utils, tour, moment) {
"use strict";
var MenuBar = function (selector, options) {

Loading…
Cancel
Save