Browse Source

buffer: lint

v0.11.6-release
Fedor Indutny 12 years ago
parent
commit
b80d11d46b
  1. 2
      lib/buffer.js

2
lib/buffer.js

@ -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

Loading…
Cancel
Save