diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-01-25 19:09:55 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-01-25 19:09:55 +0100 |
| commit | aa801f4c58398343f1ba6a7cae3c797c68fd7d30 (patch) | |
| tree | 82c52f24a75c8713a3e73777b9970e594dc3a185 /blocks.js | |
| parent | 7c567632f21d37509b656cf820ffbbc08e3d98f2 (diff) | |
| download | snap-byow-aa801f4c58398343f1ba6a7cae3c797c68fd7d30.tar.gz snap-byow-aa801f4c58398343f1ba6a7cae3c797c68fd7d30.zip | |
clean up the code
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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': |
