mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Fix lint errors so we can eventually run eslint on travis.
This commit is contained in:
committed by
Rachel Fenichel
parent
c4b2899007
commit
de8d13eaa1
@@ -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_);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user