slightly tweaked inheritance support

so sprites and the stage can share the same public protocol
upd4.1
Jens Mönig 2017-05-15 23:05:21 +02:00
rodzic abd7ad6a37
commit cc47a6fb5a
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -82,7 +82,7 @@ SpeechBubbleMorph, RingMorph, isNil, FileReader, TableDialogMorph,
BlockEditorMorph, BlockDialogMorph, PrototypeHatBlockMorph, localize,
TableMorph, TableFrameMorph, normalizeCanvas, BooleanSlotMorph, HandleMorph*/
modules.objects = '2017-May-12';
modules.objects = '2017-May-15';
var SpriteMorph;
var StageMorph;
@ -7200,10 +7200,16 @@ StageMorph.prototype.allDependentInvocationsOf
// StageMorph inheritance support - general
StageMorph.prototype.specimens = function () {
return [];
};
StageMorph.prototype.allSpecimens = function () {
return [];
};
StageMorph.prototype.shadowAttribute = nop;
// StageMorph inheritance support - variables
StageMorph.prototype.isVariableNameInUse