locale store and test

This commit is contained in:
Peter Cottle 2015-03-27 21:36:03 -07:00
parent eba404c595
commit ef74ac1cf8
4 changed files with 13 additions and 1 deletions

View file

@ -8,6 +8,7 @@ var PayloadSources = AppConstants.PayloadSources;
var AppDispatcher = new Dispatcher();
AppDispatcher.handleViewAction = function(action) {
console.log('dispatching', action);
this.dispatch({
source: PayloadSources.VIEW_ACTION,
action: action