babel/lib/6to5/transformation/templates/class-super-constructor-call.js
2015-02-04 18:47:58 +11:00

4 lines
65 B
JavaScript

if (SUPER_NAME != null) {
SUPER_NAME.apply(this, arguments);
}