buffer: lint

This commit is contained in:
Fedor Indutny 2013-08-19 20:41:24 +04:00
parent 306f863438
commit b80d11d46b

View File

@ -186,7 +186,7 @@ Buffer.byteLength = function(str, enc) {
ret = internal.byteLength(str, enc);
}
return ret;
}
};
// pre-set for values that may exist in the future