Add $ back into the ID soup. Issue #251.

This commit is contained in:
Neil Fraser
2016-10-06 18:52:25 -07:00
parent 157441f4b1
commit 415c6ed65e
4 changed files with 11 additions and 7 deletions

View File

@@ -111,7 +111,7 @@ Blockly.Blocks['unittest_adjustindex'] = {
"output": "Number",
"colour": 65,
"tooltip": "Adjusts the value based on whether generated code is using " +
"zero or one based indexing"
"zero or one based indexing."
});
}
};