js.class
js.class copied to clipboard
super() function for ES5?
Reading through the documentation, it seems that the super() function is only supported for ES6?
If so, it would be super handy to have that function available for ES5 -- I know I've seen other JS class libs do it.