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 >
Wrap
Text File
|
2010-07-12
|
299b
|
10 lines
XB.UI.Behaviour.Icon = XB.UI.Behaviour.extend({
append: function() {
},
build: function() {
this.base();
var path = this.node.textContent;
this.comment.destParent.setAttribute("image", this.builder.resolveURI(path, this.widgetInstanceId));
}
});