kopia lustrzana https://github.com/backface/turtlestitch
Fix missing initialization call in SnapSerializer()
rodzic
87c2503571
commit
013e2740d8
1
store.js
1
store.js
|
@ -274,6 +274,7 @@ SnapSerializer.prototype.watcherLabels = {
|
||||||
// SnapSerializer instance creation:
|
// SnapSerializer instance creation:
|
||||||
|
|
||||||
function SnapSerializer() {
|
function SnapSerializer() {
|
||||||
|
XML_Serializer.call(this);
|
||||||
this.init();
|
this.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue