@abi-software/flatmapvuer 0.5.9-beta.0 → 0.5.9-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -182,9 +182,6 @@ export default {
182
182
  capitalise: function(text){
183
183
  return capitalise(text)
184
184
  },
185
- onClose: function() {
186
- this.$emit("onClose")
187
- },
188
185
  openUrl: function(url){
189
186
  window.open(url, '_blank')
190
187
  },
@@ -4,7 +4,7 @@
4
4
  <annotation-tool :annotationEntry="annotationEntry"/>
5
5
  </template>
6
6
  <template v-else>
7
- <provenance-popup :entry="entry" />
7
+ <provenance-popup :entry="entry"/>
8
8
  </template>
9
9
  </div>
10
10
  </template>
@@ -31,7 +31,7 @@ export default {
31
31
  },
32
32
  annotationEntry: {
33
33
  type: Object,
34
- }
34
+ },
35
35
  },
36
36
  };
37
37
  </script>