remove extra whitespace

This commit is contained in:
Ricky Ng-Adam 2014-04-17 17:04:46 +08:00
parent 85c28e9088
commit 9ab6ed76d1

View File

@ -29,7 +29,7 @@ PG.prototype.end = function() {
count--; count--;
if(count === 0) { if(count === 0) {
self.emit('ended'); self.emit('ended');
} }
}); });
}); });
}); });