Skip to content

Commit d1ab0b9

Browse files
Add lastOrigin property to property class
Added lastOrigin property to the class.
1 parent 28d9159 commit d1ab0b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/property.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export class Property<T extends Any> {
5858

5959
this.name = name;
6060

61+
this.lastOrigin = null;
62+
6163
// The propertyDescr argument used to be the 'type' string, so we add an
6264
// assertion here to notify anybody who has an older plugin.
6365
assert.equal(

0 commit comments

Comments
 (0)