mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-12 02:57:32 +08:00
Links wip (broken)
This commit is contained in:
@@ -46,7 +46,7 @@ export default class IEntity {
|
||||
if (defaultValue instanceof Function) {
|
||||
defaultValue = TypeInitialization.sanitize(new defaultValue())
|
||||
}
|
||||
target[property] = defaultValue
|
||||
target[property] = TypeInitialization.sanitize(defaultValue)
|
||||
}
|
||||
}
|
||||
defineAllAttributes([], this, this.constructor.attributes)
|
||||
|
||||
Reference in New Issue
Block a user