moneybutton / yours-core

Client-side key and content management for Yours.
https://www.yours.network
MIT License
132 stars 27 forks source link

ES2015: use updated object-literal notation everywhere #34

Closed ryanxcharles closed 9 years ago

ryanxcharles commented 9 years ago

There are some cool things you can do with object literals in ES2015, including making an object like {var1, var2, var3}, at least some of which are supported in node 4.0. We should update the entire codebase to make use of these features and then stick with them from there on out.