mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
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:
File diff suppressed because one or more lines are too long
@@ -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.');
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user