This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 68c4a6a todomvc: bindable is not needed in cotroller
68c4a6a is described below
commit 68c4a6a69dfa2b37fa23e6fc3621644432257900
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Feb 11 16:14:39 2020 +0100
todomvc: bindable is not needed in cotroller
---
.../src/main/royale/jewel/todomvc/controllers/TodoController.as | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/examples/jewel/todomvc/src/main/royale/jewel/todomvc/controllers/TodoController.as
b/examples/jewel/todomvc/src/main/royale/jewel/todomvc/controllers/TodoController.as
index 6f81fdd..a6f21b3 100644
---
a/examples/jewel/todomvc/src/main/royale/jewel/todomvc/controllers/TodoController.as
+++
b/examples/jewel/todomvc/src/main/royale/jewel/todomvc/controllers/TodoController.as
@@ -28,8 +28,7 @@ package jewel.todomvc.controllers
import org.apache.royale.core.IStrand;
import org.apache.royale.events.IEventDispatcher;
- [Bindable]
- /**
+ /**
* The Todo Controller holds all the global actions. The views dispatch
events that bubbles and
* this class register to these evens and updates the model, so views
can update accordingly using
* binding most of the times.