You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/05/19 08:28:16 UTC

git commit: [flex-asjs] [refs/heads/develop] - - Adjusted a property name that wasn't correctly updated to reflect recent refactorings

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 7ae642bf0 -> 39694243a


- Adjusted a property name that wasn't correctly updated to reflect recent refactorings


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/39694243
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/39694243
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/39694243

Branch: refs/heads/develop
Commit: 39694243a89a9960c8f71a64434fe5f496228293
Parents: 7ae642b
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu May 19 10:27:11 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu May 19 10:27:11 2016 +0200

----------------------------------------------------------------------
 examples/flexjs/CordovaCameraExample/src/CordovaCameraExample.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/39694243/examples/flexjs/CordovaCameraExample/src/CordovaCameraExample.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/CordovaCameraExample/src/CordovaCameraExample.mxml b/examples/flexjs/CordovaCameraExample/src/CordovaCameraExample.mxml
index 5e70a10..13cc1a9 100644
--- a/examples/flexjs/CordovaCameraExample/src/CordovaCameraExample.mxml
+++ b/examples/flexjs/CordovaCameraExample/src/CordovaCameraExample.mxml
@@ -23,7 +23,7 @@
 				   xmlns:models="models.*"
 				   xmlns:js="library://ns.apache.org/flexjs/basic" 
 				   xmlns:cordova="library://ns.apache.org/flexjs/cordova" 
-				   deviceready="MyInitialView(initialView).ready = true"
+				   isdeviceready="MyInitialView(initialView).ready = true"
 				   >
 	
 	<cordova:valuesImpl>