mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Add $ back into the ID soup. Issue #251.
This commit is contained in:
@@ -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."
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user