Manual commit

This commit is contained in:
ellen.spertus 2013-12-20 16:25:26 -08:00
parent 7e1b5612ae
commit ea211c5080
466 changed files with 6463 additions and 3458 deletions

View file

@ -117,8 +117,8 @@ Blockly.Variables.flyoutCategory = function(blocks, gaps, margin, workspace) {
if (variableList[i] === null) {
defaultVariable = (getBlock || setBlock).getVars()[0];
} else {
getBlock && getBlock.setTitleValue(variableList[i], 'VAR');
setBlock && setBlock.setTitleValue(variableList[i], 'VAR');
getBlock && getBlock.setFieldValue(variableList[i], 'VAR');
setBlock && setBlock.setFieldValue(variableList[i], 'VAR');
}
setBlock && blocks.push(setBlock);
getBlock && blocks.push(getBlock);