Merge pull request #476 from mateusz/entwines4

BUGFIX: add missing onunmatch
This commit is contained in:
Sean Harvey 2012-05-21 19:54:20 -07:00
commit c30ae6711e

View File

@ -10,6 +10,9 @@
this._super();
},
onunmatch: function() {
this._super();
},
redraw: function() {
this.addClass('ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-panel ui-corner-bottom');