created navigation store
This commit is contained in:
@@ -9,6 +9,8 @@ AppDispatcher.handleAction = function(action) {
|
||||
source: 'VIEW_ACTION',
|
||||
action: action
|
||||
});
|
||||
|
||||
console.log("Dispatching:", action);
|
||||
}
|
||||
|
||||
module.exports = AppDispatcher;
|
||||
Reference in New Issue
Block a user