Repository: flex-asjs
Updated Branches:
  refs/heads/develop 51fd6dab1 -> 0bec17a0c


Remove unused property

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

Branch: refs/heads/develop
Commit: 0bec17a0c4ad900bc153a00e9f67c0cfae394e25
Parents: 51fd6da
Author: piotrz <[email protected]>
Authored: Wed Mar 18 22:41:08 2015 +0100
Committer: piotrz <[email protected]>
Committed: Wed Mar 18 22:41:08 2015 +0100

----------------------------------------------------------------------
 examples/DataBindingTest/src/models/MyModel.as | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0bec17a0/examples/DataBindingTest/src/models/MyModel.as
----------------------------------------------------------------------
diff --git a/examples/DataBindingTest/src/models/MyModel.as 
b/examples/DataBindingTest/src/models/MyModel.as
index c724f4b..7fc01ec 100644
--- a/examples/DataBindingTest/src/models/MyModel.as
+++ b/examples/DataBindingTest/src/models/MyModel.as
@@ -46,8 +46,6 @@ package models
                        }
                }
                
-               private var _responseText:String;
-               
                [Bindable("responseTextChanged")]
                public function get responseText():String
                {

Reply via email to