little fix when finish historic_sync

This commit is contained in:
Gustavo Cortez 2014-01-16 16:50:13 -03:00
parent 6bf6c8a2ae
commit 476d57f57d

View File

@ -49,6 +49,8 @@ hs.init({
}, function() {
hs.import_history({
reverse: 1,
}, function(){
console.log('historic_sync finished!');
});
});