BOOM Initial React Native import and setup

This commit is contained in:
Peter Cottle 2015-04-12 18:48:35 -07:00
parent ad5ef4f804
commit 88614aac06
19 changed files with 1099 additions and 4 deletions

View file

@ -50,7 +50,7 @@ var validateLevel = function(level) {
};
/**
* Unpact the level sequences.
* Unpack the level sequences.
*/
_.each(levelSequences, function(levels, levelSequenceName) {
_sequences.push(levelSequenceName);
@ -84,7 +84,6 @@ var LevelStore = assign(
EventEmitter.prototype,
AppConstants.StoreSubscribePrototype,
{
getSequenceToLevels: function() {
return levelSequences;
},