diff options
| author | Nathan Dinsmore <nathan@users.noreply.github.com> | 2015-06-17 17:26:56 -0400 |
|---|---|---|
| committer | Nathan Dinsmore <nathan@users.noreply.github.com> | 2015-06-17 17:26:56 -0400 |
| commit | 013e2740d853b660fbc48cda247b6fe711aecce9 (patch) | |
| tree | c7df20384dd9bde210839194ac3b4fee44fe6b91 /store.js | |
| parent | 87c2503571bd7f5e753bc16a05bd198fc58d7d7c (diff) | |
| download | snap-013e2740d853b660fbc48cda247b6fe711aecce9.tar.gz snap-013e2740d853b660fbc48cda247b6fe711aecce9.zip | |
Fix missing initialization call in SnapSerializer()
Diffstat (limited to 'store.js')
| -rw-r--r-- | store.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -274,6 +274,7 @@ SnapSerializer.prototype.watcherLabels = { // SnapSerializer instance creation: function SnapSerializer() { + XML_Serializer.call(this); this.init(); } |
