From 4d2ec63302f7648b23b547f365e075d347d636a6 Mon Sep 17 00:00:00 2001 From: Ruben Daniels Date: Wed, 23 Sep 2015 17:03:03 -0700 Subject: [PATCH] Revert unneeded change --- plugins/c9.ide.ui/ui.js | 1 - 1 file changed, 1 deletion(-) 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);