From 887bd7cc17106eeca6da14be4d2f67214774aed6 Mon Sep 17 00:00:00 2001 From: Brian Harvey Date: Sun, 28 Oct 2018 15:17:45 -0400 Subject: [PATCH] replace does-var-exist? block with JSFunction one tested! :-) --- make-variables.xml | 1 + 1 file changed, 1 insertion(+) create mode 100644 make-variables.xml diff --git a/make-variables.xml b/make-variables.xml new file mode 100644 index 00000000..de691aab --- /dev/null +++ b/make-variables.xml @@ -0,0 +1 @@ +
var ide = this.parentThatIsA(IDE_Morph); ide.flushBlocksCache('variables'); // b/c of inheritance ide.refreshPalette();
var ide = this.parentThatIsA(IDE_Morph); ide.flushBlocksCache('variables'); // b/c of inheritance ide.refreshPalette();
\ No newline at end of file