Repository: flex-asjs Updated Branches: refs/heads/develop 81cbd002f -> c2c48603c
Clean up Express example. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c2c48603 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c2c48603 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c2c48603 Branch: refs/heads/develop Commit: c2c48603cf2202c2e26cacf67eb218e6191603fd Parents: 81cbd00 Author: Peter Ent <[email protected]> Authored: Thu Jan 5 17:03:58 2017 -0500 Committer: Peter Ent <[email protected]> Committed: Thu Jan 5 17:03:58 2017 -0500 ---------------------------------------------------------------------- .../express/DataBindingExample/src/main/flex/MyInitialView.mxml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c2c48603/examples/express/DataBindingExample/src/main/flex/MyInitialView.mxml ---------------------------------------------------------------------- diff --git a/examples/express/DataBindingExample/src/main/flex/MyInitialView.mxml b/examples/express/DataBindingExample/src/main/flex/MyInitialView.mxml index 2b111f3..3622eea 100644 --- a/examples/express/DataBindingExample/src/main/flex/MyInitialView.mxml +++ b/examples/express/DataBindingExample/src/main/flex/MyInitialView.mxml @@ -123,8 +123,6 @@ limitations under the License. <js:CheckBox id="showAllData" text="Show All Data" change="setState()" /> </js:VContainer> </js:HContainer> - <js:Label id="bindtest" text="{fieldText + ' expression binding'}" /> - <js:Label width="300" text.showAll="110" includeIn="showAll" /> <js:TextArea id="ta" width="300" height="100" height.showAll="110" includeIn="showAll" text="{MyModel(applicationModel).allData}" />
