~ubuntu-branches/ubuntu/trusty/mtasc/trusty-proposed

« back to all changes in this revision

Viewing changes to ocaml/mtasc/std8/flash/external/ExternalInterface.as

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2006-03-25 17:15:45 UTC
  • Revision ID: james.westby@ubuntu.com-20060325171545-zjh6rxeqehxiv4v2
Tags: upstream-1.12
ImportĀ upstreamĀ versionĀ 1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
intrinsic class flash.external.ExternalInterface {
 
2
 
 
3
        static var available : Boolean;
 
4
        static function addCallback( methodName : String, instance : Object, method : Function) : Boolean;
 
5
        static function call( methodName : String ) : Object;
 
6
 
 
7
}
 
 
b'\\ No newline at end of file'