changeset 45:3e414d575d96

can't use that graph property so well if it's non-notifying
author drewp@bigasterisk.com
date Fri, 03 Jan 2020 23:42:04 -0800
parents bcccfcb037ab
children 709e305dbd4f
files src/index.ts
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/index.ts	Thu Jan 02 00:23:06 2020 -0800
+++ b/src/index.ts	Fri Jan 03 23:42:04 2020 -0800
@@ -16,7 +16,7 @@
   @property({ type: String })
   url: string = "";
 
-  @property({ type: Object })
+  @property({ type: Object, notify: true })
   graph!: VersionedGraph;
 
   @property({ type: Boolean })