diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-01-03 11:23:07 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-01-03 11:23:07 +0100 |
| commit | 618e034eb86b3ad7e7f4955b900862a27a0ce44c (patch) | |
| tree | 8131b44a2e98a13040976150820fd938a24f008b /blocks.js | |
| parent | 45033e2101a5d5d0929dd28205f3177059ad865d (diff) | |
| download | snap-618e034eb86b3ad7e7f4955b900862a27a0ce44c.tar.gz snap-618e034eb86b3ad7e7f4955b900862a27a0ce44c.zip | |
remove file blocks
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -844,18 +844,6 @@ SyntaxElementMorph.prototype.labelPart = function (spec) { ); part.setContents(['date']); break; - case '%fileOrDir': - part = new InputSlotMorph( - null, // text - false, // non-numeric - { - 'file': ['file'], - 'directory': ['directory'] - }, - true // read-only - ); - part.setContents(['file']); - break; case '%locations': part = new InputSlotMorph( null, // text |
