diff options
| -rw-r--r-- | objects.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2040,6 +2040,8 @@ SpriteMorph.prototype.blockTemplates = function (category) { blocks.push('-'); blocks.push(block('reportDate')); blocks.push('-'); + blocks.push(block('doVibrate')); + blocks.push('-'); blocks.push(block('overpassQuery')); // for debugging: /////////////// |
