Addressing comments from #703

This commit is contained in:
Andrew n marshall
2016-10-28 16:04:57 -07:00
committed by GitHub
parent 0c015fd439
commit 0156f2e103
2 changed files with 124 additions and 114 deletions

View File

@@ -1010,7 +1010,7 @@ Blockly.WorkspaceSvg.prototype.showContextMenu_ = function(e) {
deleteNext();
} else {
Blockly.confirm(Blockly.Msg.DELETE_ALL_BLOCKS.
replace('%1',String(deleteList.length)),
replace('%1', deleteList.length),
function(ok) {
if (ok) {
deleteNext();