diff --git a/source/Ox.UI/js/Panel/TabPanel.js b/source/Ox.UI/js/Panel/TabPanel.js index 8fd79fe7..8fcb556d 100644 --- a/source/Ox.UI/js/Panel/TabPanel.js +++ b/source/Ox.UI/js/Panel/TabPanel.js @@ -90,8 +90,8 @@ Ox.TabPanel = function(options, self) { select select (id) -> select panel @*/ - // fixme: does this collide with a jquery fn? - that.select = function(id) { + // FIXME: remove select (collides with a jquery method) + that.select = that.selectTab = function(id) { if (Ox.getIndexById(self.options.tabs, id) > -1) { self.$tabs.options({value: id}); }