#51 fix constructor call
This commit is contained in:
@@ -11,7 +11,7 @@ export class Theme {
|
|||||||
if (clazz) {
|
if (clazz) {
|
||||||
return new clazz()
|
return new clazz()
|
||||||
} else {
|
} else {
|
||||||
return DefaultTheme()
|
return new DefaultTheme()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user