summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-03-01 09:51:26 +0100
committerGubolin <gubolin@fantasymail.de>2015-03-01 09:51:26 +0100
commit1585a1664a9bbdb7c8efa5f3da361b4aaf6450e4 (patch)
treeae24bf44dd9c7990feb4080b634c89ffd7f82f11 /blocks.js
parent13eed946d223a5c46d8857c74fd41efd9052ba01 (diff)
downloadsnap-1585a1664a9bbdb7c8efa5f3da361b4aaf6450e4.tar.gz
snap-1585a1664a9bbdb7c8efa5f3da361b4aaf6450e4.zip
remove language and location blocks
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/blocks.js b/blocks.js
index 35f31a4..e56d0ed 100644
--- a/blocks.js
+++ b/blocks.js
@@ -866,25 +866,6 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
);
part.setContents(['date']);
break;
- case '%locations':
- part = new InputSlotMorph(
- null, // text
- false, // non-numeric
- {
- 'all' : ['all'],
- 'country' : ['country'],
- 'state' : ['state'],
- 'state district' : ['state district'],
- 'suburb' : ['suburb'],
- 'city' : ['city'],
- 'road' : ['road'],
- 'house number' : ['house number'],
- 'licence': ['licence']
- },
- true // read-only
- );
- part.setContents(['all']);
- break;
case '%delim':
part = new InputSlotMorph(
null, // text