Skip to content

System Runtime v2.0.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@ecarriou ecarriou released this 03 Sep 15:23

Changelog:

  • Fix an issue when overriding class name.
  • Add 'super' kind of API.

note: to call the method of the parent class, just require the class and pass the context as the first parameter. Example: this.require('Jedi').fullName(this)