From ee6267a35ef00439585ecd3ededa2cdc3183e6ef 2014-12-12 15:51:03 From: Jonathan Frederic Date: 2014-12-12 15:51:03 Subject: [PATCH] Hide variables that shouldn't be exposed to the user --- diff --git a/IPython/html/static/widgets/js/widget_selection.js b/IPython/html/static/widgets/js/widget_selection.js index a40433c..1986957 100644 --- a/IPython/html/static/widgets/js/widget_selection.js +++ b/IPython/html/static/widgets/js/widget_selection.js @@ -60,7 +60,7 @@ define([ this.$droplabel.text(selected_item_text); } - var items = this.model.get('value_names'); + var items = this.model.get('_value_names'); var $replace_droplist = $('