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 0c75348 todomvc-crux: remove test code
0c75348 is described below
commit 0c75348d7bd683f3189ac624d1b0069ba8b89f7f
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Feb 16 10:06:52 2020 +0100
todomvc-crux: remove test code
---
examples/crux/todomvc-jewel-crux/src/main/royale/App.mxml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/examples/crux/todomvc-jewel-crux/src/main/royale/App.mxml
b/examples/crux/todomvc-jewel-crux/src/main/royale/App.mxml
index 419c72c..3d5aec4 100644
--- a/examples/crux/todomvc-jewel-crux/src/main/royale/App.mxml
+++ b/examples/crux/todomvc-jewel-crux/src/main/royale/App.mxml
@@ -34,7 +34,6 @@
<![CDATA[
import org.apache.royale.collections.ArrayList;
import org.apache.royale.reflection.registerClassAlias;
- import org.apache.royale.storage.AMFStorage;
/**
* Register ArrayCollection alias to map to ArrayList
@@ -42,12 +41,7 @@
public function setUp():void
{
registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList);
-
- var itemArr:Array = storage.data["items"] || [];
- trace(itemArr);
}
-
- public var storage:AMFStorage = AMFStorage.getLocal("todomvc");
]]>
</fx:Script>