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 / filD1F7BABC8339C5120D4DAA32951054F1 < prev    next >
Text File  |  2010-07-12  |  299b  |  10 lines

  1. XB.UI.Behaviour.Icon = XB.UI.Behaviour.extend({
  2.     append: function() {
  3.     
  4.     },
  5.     build: function() {
  6.         this.base();
  7.         var path = this.node.textContent;
  8.         this.comment.destParent.setAttribute("image", this.builder.resolveURI(path, this.widgetInstanceId));
  9.     }
  10. });