~ubuntu-branches/ubuntu/oneiric/haxe/oneiric

« back to all changes in this revision

Viewing changes to haxe/std/flash/MovieClipLoader.hx

  • Committer: Bazaar Package Importer
  • Author(s): Jens Peter Secher
  • Date: 2008-06-15 11:04:09 UTC
  • mfrom: (2.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080615110409-7pyykgwmk5v0cues
Tags: 1:1.19-3
* Remove bashism in script.
  (Closes: #484390)
* Upgrade to Policy 3.8.0 by including a README.source explaining how to
  use dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        function removeListener(listener:Dynamic):Bool;
37
37
#end
38
38
 
 
39
#if flash_v9
 
40
        var checkPolicyFile : Bool;
 
41
#end
 
42
 
39
43
        private static function __init__() : Void untyped {
40
44
                flash.MovieClipLoader = _global["MovieClipLoader"];
41
45
        }