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 new class notation throughout codebase #36

Closed ryanxcharles closed 8 years ago

ryanxcharles commented 8 years ago

We can save a few lines of code by using the new class notation. Like any other style decision, we need to do this everywhere or not at all, so we really need to update the entire codebase at once to do this.

ryanxcharles commented 8 years ago

Meh. This is not necessary.