From 58fee2d6a45610b7cb491e70d5b9a5a1b04355e7 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 26 Feb 2015 03:13:00 +0800 Subject: [PATCH] Update flux --- flux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux.md b/flux.md index fe7b3f2b1..228cba7b6 100644 --- a/flux.md +++ b/flux.md @@ -76,7 +76,7 @@ var AppDispatcher = assign({}, Dispatcher.prototype, { Stores are just like objects. ```js -var TodoStore = { todos: {} }; +var TodoStore = { list: [] }; ``` ### Events