fix eslint

This commit is contained in:
ZunSThy 2016-10-29 04:25:50 +08:00
parent 725527aa84
commit 0444e937e2

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 || ''
}
}