home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / chplus / flashlp / img / galerie / galerie.swf / scripts / FListItemSymbol.as < prev    next >
Text File  |  2003-09-03  |  163b  |  7 lines

  1. function FListItemClass()
  2. {
  3.    this.init();
  4. }
  5. FListItemClass.prototype = new FSelectableItemClass();
  6. Object.registerClass("FListItemSymbol",FListItemClass);
  7.