commit 9c64feb9a31494d30a2d4e63657ab425eeca0aef parent fc6bcf8ecbc0d7293bee2138d64df7eaf2ca3622 Author: Konstantin Tarkus <hello@tarkus.me> Date: Wed, 1 Oct 2014 02:59:22 +0400 Add a comment to AppDispatcher.js Diffstat:
| M | src/AppDispatcher.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/AppDispatcher.js b/src/AppDispatcher.js @@ -1,5 +1,6 @@ /* * A singleton that operates as the central hub for application updates. + * For more information visit https://facebook.github.io/flux/ */ 'use strict';