mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 06:34:26 +02:00
BOOM Initial React Native import and setup
This commit is contained in:
parent
ad5ef4f804
commit
88614aac06
19 changed files with 1099 additions and 4 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue