home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / mx / core / ApplicationGlobals.as < prev    next >
Encoding:
Text File  |  2010-06-23  |  207 b   |  14 lines

  1. package mx.core
  2. {
  3.    public class ApplicationGlobals
  4.    {
  5.       public static var application:Object;
  6.       
  7.       public function ApplicationGlobals()
  8.       {
  9.          super();
  10.       }
  11.    }
  12. }
  13.  
  14.