Revert "fix eslint"

This reverts commit 0444e937e2.
This commit is contained in:
ZunSThy 2016-11-06 15:58:52 +08:00
parent 0444e937e2
commit 7ae7a2ca07

View File

@ -92,7 +92,7 @@ HTTPTracker.prototype._request = function (requestUrl, params, cb) {
var opts = {
url: u,
header: {
'user-agent': self.client._userAgent || ''
'user-agent': self.client._userAgent || '',
}
}