home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
AIMP2
/
aimp_2.61.583.exe
/
$TEMP
/
YandexPackSetup.msi
/
filD6F1C74C00F39A118EC57F84C9CB8471
< prev
next >
Wrap
Text File
|
2010-07-12
|
311b
|
9 lines
XB.UI.Behaviour.Computed = XB.UI.Behaviour.extend({
onInserted: function() {
},
destroy: function() {
var elementId = this.element.getUserData(XB._base.consts.STR_VAL_REF_ID_KEY_NAME);
this.builder.unsubscribe(this.widgetInstanceId, elementId);
this.base();
}
});