Rename 'text' to 'texts' to avoid collision with 'text' block.

This commit is contained in:
Neil Fraser
2015-01-26 02:45:03 -08:00
parent ddcf1ac969
commit 3e893da239
8 changed files with 12 additions and 10 deletions

View File

@@ -24,7 +24,7 @@
*/
'use strict';
goog.provide('Blockly.Dart.text');
goog.provide('Blockly.Dart.texts');
goog.require('Blockly.Dart');