summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-01-25 19:09:55 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-01-25 19:09:55 +0100
commitaa801f4c58398343f1ba6a7cae3c797c68fd7d30 (patch)
tree82c52f24a75c8713a3e73777b9970e594dc3a185 /blocks.js
parent7c567632f21d37509b656cf820ffbbc08e3d98f2 (diff)
downloadsnap-byow-aa801f4c58398343f1ba6a7cae3c797c68fd7d30.tar.gz
snap-byow-aa801f4c58398343f1ba6a7cae3c797c68fd7d30.zip
clean up the code
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/blocks.js b/blocks.js
index e56d0ed..56739f5 100644
--- a/blocks.js
+++ b/blocks.js
@@ -1243,6 +1243,19 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
);
break;
+ // Build Your Own World changes
+ case '%pointOfView':
+ part = new InputSlotMorph(
+ null,
+ false,
+ {
+ 'first' : ['first'],
+ 'third' : ['third']
+ },
+ true
+ );
+ break;
+
// symbols:
case '%turtle':