Merge pull request #632 from jcb91/feature/add_buttons_group

enhancement: `IPython.toolbar.add_buttons_group` should return the new button group
This commit is contained in:
Matthias Bussonnier 2015-10-26 13:36:36 -07:00
commit 553a9ce46f

View File

@ -118,6 +118,7 @@ define([
// END IIFE
}
$(this.selector).append(btn_group);
return btn_group;
};
ToolBar.prototype.style = function () {