added remixID property to stage at init

pull/89/head
Bernat Romagosa 2018-12-17 13:07:32 +01:00
rodzic 99815dd547
commit 06ff3478b7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -6393,6 +6393,8 @@ StageMorph.prototype.init = function (globals) {
this.cachedPenTrailsMorph = null; // optimization, do not persist
this.remixID = null;
StageMorph.uber.init.call(this);
this.acceptsDrops = false;