Doc improvement.

This commit is contained in:
André Cruz
2012-10-12 09:40:31 +02:00
parent b0bc14a75e
commit 8434acf9ed

View File

@@ -134,7 +134,7 @@ Package.prototype.resolve = function () {
return this.emit('resolve');
}
// Check if this exact package resource is the last resolved one
// This is to prevent it from being downloaded over and over again in such case
// This is to prevent it from being downloaded or copied over and over again in such case
if (data.resourceId === this.resourceId) {
this.path = data.path;
this.unitWork.lock(this.name, this);