diff --git a/plugins/c9.ide.ui/ui.js b/plugins/c9.ide.ui/ui.js index 3b5b7030..d45b7f5b 100644 --- a/plugins/c9.ide.ui/ui.js +++ b/plugins/c9.ide.ui/ui.js @@ -114,7 +114,6 @@ define(function(require, module, exports) { }; } wrap(apf.item.prototype, "checked", false); - wrap(apf.item.prototype, "selected", false); wrap(apf.spinner.prototype, "value", true); wrap(apf.group.prototype, "value", false); wrap(apf.checkbox.prototype, "value", false);