Lint fixes.

This commit is contained in:
Neil Fraser
2015-01-22 15:58:10 -08:00
parent f8365e9eba
commit 1c39a638e3
27 changed files with 71 additions and 2129 deletions

View File

@@ -1,4 +1,5 @@
/**
* @license
* Visual Blocks Editor
*
* Copyright 2011 Google Inc.

View File

@@ -1,4 +1,5 @@
/**
* @license
* Blockly Tests
*
* Copyright 2012 Google Inc.

View File

@@ -1,4 +1,5 @@
/**
* @license
* Blockly Tests
*
* Copyright 2012 Google Inc.

View File

@@ -1,4 +1,5 @@
/**
* @license
* Blockly Tests
*
* Copyright 2012 Google Inc.

View File

@@ -1,4 +1,5 @@
/**
* @license
* Blockly Tests
*
* Copyright 2014 Google Inc.
@@ -64,6 +65,3 @@ function test_domToPrettyText() {
assertEquals('Round trip', XML_TEXT.replace(/\s+/g, ''),
text.replace(/\s+/g, ''));
}