class-js icon indicating copy to clipboard operation
class-js copied to clipboard

Class.js – a simple JavaScript inheritance API

Results 2 class-js issues
Sort by recently updated
recently updated
newest added

Would it be possible to add to each function a _super() method in "this" context. Could be also used in the constructor. Now it's a bit cumbersome to go via...

Hi I had a little trouble getting your code to work. Because the 'properties' object given to the extend method has an implicit constructor, the check on line 18 never...