##// END OF EJS Templates
util: add length argument to util.buffer()...
util: add length argument to util.buffer() util.buffer() either returns inbuilt buffer function or defines a new one which slices. The inbuilt buffer() also has a length argument which is missing from the ones we defined. This patch adds that length argument.
Pulkit Goyal -
r30821:7005c03f default
Show More