home *** CD-ROM | disk | FTP | other *** search
/ Ice Age Fan CD 1 / CD1_Scrat.iso / flash / data / game.swf / scripts / com / google / analytics / debug / GIFRequestAlert.as < prev    next >
Encoding:
Text File  |  2012-07-04  |  221 b   |  12 lines

  1. package com.google.analytics.debug
  2. {
  3.    public class GIFRequestAlert extends Alert
  4.    {
  5.       public function GIFRequestAlert(param1:String, param2:Array)
  6.       {
  7.          super(param1,param2);
  8.       }
  9.    }
  10. }
  11.  
  12.