This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4011c9d  fix typo in example
4011c9d is described below

commit 4011c9d2119e665bb2dd5529dd8804817199e06c
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Thu Jun 14 16:27:07 2018 +0200

    fix typo in example
---
 examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml 
b/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml
index 27efe11..a29b94e 100644
--- a/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml
+++ b/examples/royale/RemoteObjectAMFTest/src/main/royale/App.mxml
@@ -197,8 +197,8 @@ limitations under the License.
             </j:Card>
             
             <j:Card width="400">
-                <j:Button text="Get Some Product" true" 
click="getSomeProduct()"/>
-                <j:Button text="Get Some Compressed Product" 
emphasis="primary" click="getSomeCompressedProduct()"/>
+                <j:Button text="Get Some Product" emphasis="primary" 
click="getSomeProduct()"/>
+                <j:Button text="Get Some Compressed Product" 
emphasis="emphasized" click="getSomeCompressedProduct()"/>
                 <j:Label id="received3" text="Received:" multiline="true"/>
             </j:Card>
 

-- 
To stop receiving notification emails like this one, please contact
carlosrov...@apache.org.

Reply via email to