summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-03-24 18:30:55 +0100
committerGubolin <gubolin@fantasymail.de>2015-03-24 18:30:55 +0100
commit3eb7ffb22905d2b516e98b9887831ebc526fb4c6 (patch)
tree5cea7ca54f227e270f1b3d3f6f934b63909376f8 /blocks.js
parent315e01b93ae3f200cea44b086936e3d4d9ab7fc7 (diff)
parentfbb10834c62ca0712858ec4685b27f4ac1ef10ae (diff)
downloadsnap-3eb7ffb22905d2b516e98b9887831ebc526fb4c6.tar.gz
snap-3eb7ffb22905d2b516e98b9887831ebc526fb4c6.zip
Merge branch 'mobileapp' into development
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 e0f0b6f..e9daff2 100644
--- a/blocks.js
+++ b/blocks.js
@@ -914,25 +914,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