You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/11/15 07:33:58 UTC

[4/7] git commit: [flex-asjs] [refs/heads/develop] - fix bug caught by GCL

fix bug caught by GCL


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

Branch: refs/heads/develop
Commit: a66f78eef9df462c5a7a7e134209575ba88caed1
Parents: b703fbe
Author: Alex Harui <ah...@apache.org>
Authored: Fri Nov 14 16:48:20 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Nov 14 22:29:52 2014 -0800

----------------------------------------------------------------------
 examples/FlexJSStore/src/FlexJSStore.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a66f78ee/examples/FlexJSStore/src/FlexJSStore.mxml
----------------------------------------------------------------------
diff --git a/examples/FlexJSStore/src/FlexJSStore.mxml b/examples/FlexJSStore/src/FlexJSStore.mxml
index cab579a..c461525 100755
--- a/examples/FlexJSStore/src/FlexJSStore.mxml
+++ b/examples/FlexJSStore/src/FlexJSStore.mxml
@@ -158,7 +158,7 @@ limitations under the License.
                 if (stateChain.length)
                     initialView.currentState = stateChain[0];
                 else
-                    stateChain == null;
+                    stateChain = null;
             }
 		]]>
 	</fx:Script>