Commit 64967fa5 authored by nanahira's avatar nanahira

Merge branch 'mc'

parents 9625f8b3 c1cbb128
......@@ -119,6 +119,7 @@ var getDecks = function(callback) {
var deck = readDeck(deck_name, config.deck_path + deck_name);
decks.push(deck);
}
_done();
}, done)
}]
}, callback);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment