mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Add func-call-spacing rule
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
suite ('Text Input Fields', function() {
|
||||
suite('Text Input Fields', function() {
|
||||
function assertValue(textInputField, expectedValue, opt_expectedText) {
|
||||
var actualValue = textInputField.getValue();
|
||||
var actualText = textInputField.getText();
|
||||
|
||||
Reference in New Issue
Block a user