Commit c1cbb128 authored by nanahira's avatar nanahira

fix deck dash

parent 362f3924
......@@ -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