tessel / t1-runtime

[UNMAINTAINED] Tessel 1 JavaScript runtime.
Other
117 stars 33 forks source link

Buffer.fill with strings #671

Closed LinusU closed 10 years ago

LinusU commented 10 years ago

Related to #666

This is the Node.js version 0.10.x implementation of Buffer.fill.

@johnnyman727 we can merge this for now and then when Node.js 0.12.x is released we'll merge the next one that I'll submit in 5 minutes.

johnnyman727 commented 10 years ago

@LinusU, it looks good. One last nitpicky change: could you remove all of the whitespace changes before we merge it in?

LinusU commented 10 years ago

@johnnyman727 done, should be ready to merge :)

tm-rampart commented 10 years ago

Approved by @johnnyman727. Running tests.