- 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/9481792e Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9481792e Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9481792e Branch: refs/heads/spark Commit: 9481792e7c15f98d7de1ef9c97187759593b683d Parents: a1c52cb Author: Christofer Dutz <[email protected]> Authored: Thu May 19 10:27:11 2016 +0200 Committer: Alex Harui <[email protected]> Committed: Thu May 26 16:04:23 2016 -0700 ---------------------------------------------------------------------- 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/9481792e/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>
