created navigation store

This commit is contained in:
Senad Uka
2015-01-27 05:47:10 +01:00
parent 5c9b2f99ee
commit c8a399b98f
7 changed files with 86 additions and 34 deletions

View File

@@ -9,6 +9,8 @@ AppDispatcher.handleAction = function(action) {
source: 'VIEW_ACTION',
action: action
});
console.log("Dispatching:", action);
}
module.exports = AppDispatcher;