Rebuild blockly_uncompressed to pick up a testing change to make travis happy. Fix a build warning from a multi-line string in the process. (#1059)

This commit is contained in:
picklesrus
2017-04-21 16:20:13 -07:00
committed by GitHub
parent 52f76013b5
commit 28572dadac
2 changed files with 28 additions and 25 deletions

File diff suppressed because one or more lines are too long

View File

@@ -333,8 +333,8 @@ Blockly.Block.prototype.lastConnectionInStack_ = function() {
* @private
*/
Blockly.Block.prototype.bumpNeighbours_ = function() {
console.warn("Not expected to reach this bumpNeighbours_ function. The \
BlockSvg function for bumpNeighbours_ was expected to be called instead.")
console.warn('Not expected to reach this bumpNeighbours_ function. The ' +
'BlockSvg function for bumpNeighbours_ was expected to be called instead.');
};
/**