vadimdemedes / ronin

Toolkit for killer CLI applications
http://vdemedes.github.io/ronin
MIT License
299 stars 15 forks source link

Update Object.assign polyfill from mdn site. #20

Closed sorohan closed 8 years ago

sorohan commented 8 years ago

This is a more complete polyfill. The main problem with the existing implementation is that it doesn't return anything.

This also fixes compatibility with 'object-assign' library.

Fixes #19

vadimdemedes commented 8 years ago

Thank you for your PR