buffer: lint

This and b80d11d are my fault. An unrelated test was failing, which
prevents {js,cpp}lint from running automatically.
archived-io.js-v0.10
Trevor Norris 2013-08-19 11:15:16 -07:00
parent b80d11d46b
commit f97a1267e2
1 changed files with 0 additions and 1 deletions

View File

@ -604,7 +604,6 @@ void SetupBufferJS(const FunctionCallbackInfo<Value>& args) {
internal->Set(FIXED_ONE_BYTE_STRING(node_isolate, "byteLength"),
FunctionTemplate::New(ByteLength)->GetFunction());
}