mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-17 11:44:44 +08:00
Fix single line doc comments
This commit is contained in:
@@ -6,9 +6,7 @@ export default class IntegerEntity extends IEntity {
|
||||
value: Number,
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Object | Number | String} options
|
||||
*/
|
||||
/** @param {Object | Number | String} options */
|
||||
constructor(options = 0) {
|
||||
super(options)
|
||||
this.value = Math.round(this.value)
|
||||
|
||||
Reference in New Issue
Block a user