Small change for clarity.
This commit is contained in:
parent
13e6b1a3d3
commit
f4497f646c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ property Object.name
|
|||
|
||||
# Optional constructor.
|
||||
Object.constructor() {
|
||||
Object.name = $1
|
||||
this.name = $1
|
||||
}
|
||||
|
||||
# Example function
|
||||
|
|
Loading…
Reference in a new issue