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 >
Text File  |  2010-07-12  |  311b  |  9 lines

  1. XB.UI.Behaviour.Computed = XB.UI.Behaviour.extend({
  2.     onInserted: function() {
  3.     },
  4.     destroy: function() {
  5.         var elementId = this.element.getUserData(XB._base.consts.STR_VAL_REF_ID_KEY_NAME);
  6.         this.builder.unsubscribe(this.widgetInstanceId, elementId);
  7.         this.base();
  8.     }
  9. });