home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Elearn / Fizica / vol2 / interfata.swf / scripts / FListItemSymbol.as < prev    next >
Text File  |  2005-01-03  |  163b  |  7 lines

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