mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
@@ -217,7 +217,9 @@ suite('Text Input Fields', function() {
|
||||
setup(function() {
|
||||
this.prepField = function(field) {
|
||||
var workspace = {
|
||||
scale: 1,
|
||||
getScale: function() {
|
||||
return 1;
|
||||
},
|
||||
getRenderer: function() { return {
|
||||
getClassName: function() { return ''; }
|
||||
}; },
|
||||
|
||||
Reference in New Issue
Block a user