We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4852b4 commit 965cfdaCopy full SHA for 965cfda
1 file changed
static/extensions/Gen1x/random_utils.js
@@ -1,3 +1,4 @@
1
+(function(Scratch) {
2
// Dado (https://icons8.com/icon/qAN1P79CQdvH/dado) icon by Icons8 (https://icons8.com/)
3
4
// reminder to add a space before any block text that starts with a number
@@ -323,3 +324,4 @@ class RandomUtils {
323
324
}
325
326
Scratch.extensions.register(new RandomUtils());
327
+})(Scratch);
0 commit comments