|
@@ -78,7 +78,7 @@ $(function()
|
|
_destroy: function()
|
|
_destroy: function()
|
|
{
|
|
{
|
|
this.element.removeClass( "itop-icon-select" );
|
|
this.element.removeClass( "itop-icon-select" );
|
|
- this.oButton._destroy();
|
|
|
|
|
|
+ this.oButton.button( "destroy" );
|
|
},
|
|
},
|
|
|
|
|
|
// _setOptions is called with a hash of all options that are changing
|
|
// _setOptions is called with a hash of all options that are changing
|