make IPython.toolbar.add_buttons_group return the button group it creates

This commit is contained in:
Josh Barnes 2015-10-15 09:59:20 +01:00
parent 75496518fd
commit 27ab6a4986

View File

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