From 29ddaeee8140ba9eaa430246c15c0a3a9611f08c Mon Sep 17 00:00:00 2001 From: brianharvey Date: Sat, 23 Mar 2019 21:26:46 -0700 Subject: [PATCH] make-vars fix: check that name is a string Our forum is full of kids who want to push the limits of Snap! and try to break it... --- libraries/make-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/make-variables.xml b/libraries/make-variables.xml index de691aab..48f05025 100644 --- a/libraries/make-variables.xml +++ b/libraries/make-variables.xml @@ -1 +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 +
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