Finish up conflict resolution logic, #214.

Some refactoring.
This commit is contained in:
André Cruz
2013-01-31 20:02:30 +00:00
parent 520e1c4def
commit 44bfa55bee
5 changed files with 109 additions and 50 deletions

View File

@@ -399,7 +399,6 @@ Package.prototype.download = function () {
}.bind(this));
}.bind(this)).on('error', this.emit.bind(this, 'error'));
}.bind(this));
};