Fix lint errors so we can eventually run eslint on travis.

This commit is contained in:
picklesrus
2017-11-01 16:56:59 -07:00
committed by Rachel Fenichel
parent c4b2899007
commit de8d13eaa1
8 changed files with 31 additions and 14 deletions

View File

@@ -93,7 +93,7 @@ Blockly.WorkspaceDragSurfaceSvg.prototype.createDom = function() {
'xmlns:html': Blockly.HTML_NS,
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
'version': '1.1',
'class': 'blocklyWsDragSurface blocklyOverflowVisible',
'class': 'blocklyWsDragSurface blocklyOverflowVisible'
}, null);
this.container_.appendChild(this.SVG_);
};