[Flux] Level store and test

This commit is contained in:
Peter Cottle 2015-03-29 21:17:28 -07:00
parent 304633228c
commit 22fbcdc0a3
6 changed files with 152 additions and 37 deletions

View file

@ -54,6 +54,7 @@ var LocaleStore = assign(
EventEmitter.prototype,
AppConstants.StoreSubscribePrototype,
{
getDefaultLocale: function() {
return DEFAULT_LOCALE;
},