gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12319: add an argument too, and a r


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12319: add an argument too, and a return value from the test AS method to make sure this fully works.
Date: Tue, 20 Jul 2010 12:14:10 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12319
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Tue 2010-07-20 12:14:10 -0600
message:
  add an argument too, and a return value from the test AS method to make sure 
this fully works.
modified:
  testsuite/actionscript.all/ExternalInterface.as
=== modified file 'testsuite/actionscript.all/ExternalInterface.as'
--- a/testsuite/actionscript.all/ExternalInterface.as   2010-06-15 16:36:37 
+0000
+++ b/testsuite/actionscript.all/ExternalInterface.as   2010-07-20 18:14:10 
+0000
@@ -62,8 +62,9 @@
 }
 
 // Create a test function for the callback
-function TestASMethod () {
-    note("TestASMethod called!");
+function TestASMethod (msg) {
+    note("TestASMethod called! " + msg);
+    return "I am here!";
 }
 
 // ExternalInterface::available is always false when run standalone,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]