add if statement to class super constructor call
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
SUPER_NAME.apply(this, arguments);
|
||||
|
||||
if (SUPER_NAME) {
|
||||
SUPER_NAME.apply(this, arguments);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user