Update todos and requires.

This commit is contained in:
Neil Fraser
2018-10-16 01:40:42 -07:00
committed by Neil Fraser
parent c7e391c71a
commit db0dbc69ee
15 changed files with 25 additions and 13 deletions

View File

@@ -90,7 +90,7 @@ Blockly.FieldVariable.prototype.init = function() {
}
Blockly.FieldVariable.superClass_.init.call(this);
// TODO (1010): Change from init/initModel to initView/initModel
// TODO (#1010): Change from init/initModel to initView/initModel
this.initModel();
};