Merge pull request #68 from cmgustavo/bug/07sync

little fix when finish historic_sync
This commit is contained in:
Matias Alejo Garcia 2014-01-16 11:48:13 -08:00
commit 3462b929ee
1 changed files with 2 additions and 0 deletions

View File

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