e-cloud 9f581f78c1 refactor: streams/*.js (test passed)
As class inheritance inside stream/*.js, standalone refactor don't work.
So streams/*.js are refactored in batch.
One thing worth mentioning is that, the old inherit-style will call the parent
constructor at the end of child constructor for some code initialization. However,
with ES6 class syntax, the call of `super` must be afore every statement with this.
So, some code initializing logic are reordered to suit the ES6 syntax and the tests.
2016-07-16 13:20:01 +08:00
..
2016-07-15 21:34:58 +08:00
2016-07-15 19:47:16 +08:00
2016-07-14 22:12:16 +08:00
2016-07-14 22:04:03 +08:00
2016-07-14 22:10:53 +08:00
2016-07-14 22:06:01 +08:00
2016-07-14 22:09:46 +08:00
2016-07-14 22:07:56 +08:00