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 <[email protected]> Authored: Thu May 19 10:27:11 2016 +0200 Committer: Christofer Dutz <[email protected]> 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>
