Skip to content

Commit bbd0dce

Browse files
Update property.ts
1 parent 682c8c3 commit bbd0dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/property.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class Property<T extends Any> {
5353

5454
private prevGetValue?: T;
5555

56-
private lastorigin?: string;
56+
private lastOrigin?: string;
5757

5858
constructor(device: Device, name: string, propertyDescr: PropertySchema) {
5959
this.device = device;

0 commit comments

Comments
 (0)