home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2012 January / ME_2012_01.iso / Galileo-Video / system / ChromeLinux.swf / scripts / com / greensock / plugins / RemoveTintPlugin.as < prev    next >
Encoding:
Text File  |  2010-11-16  |  274 b   |  15 lines

  1. package com.greensock.plugins
  2. {
  3.    public class RemoveTintPlugin extends TintPlugin
  4.    {
  5.       public static const API:Number = 1;
  6.       
  7.       public function RemoveTintPlugin()
  8.       {
  9.          super();
  10.          this.propName = "removeTint";
  11.       }
  12.    }
  13. }
  14.  
  15.