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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-07-04
|
221 b
|
12 lines
package com.google.analytics.debug
{
public class GIFRequestAlert extends Alert
{
public function GIFRequestAlert(param1:String, param2:Array)
{
super(param1,param2);
}
}
}