summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--store.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/store.js b/store.js
index 6f3bc23..a45c801 100644
--- a/store.js
+++ b/store.js
@@ -274,6 +274,7 @@ SnapSerializer.prototype.watcherLabels = {
// SnapSerializer instance creation:
function SnapSerializer() {
+ XML_Serializer.call(this);
this.init();
}