mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
uncomment use stricts
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
* @author fenichel@google.com (Rachel Fenichel)
|
||||
*/
|
||||
|
||||
//'use strict';
|
||||
'use strict';
|
||||
goog.provide('Blockly.blockRendering.Drawer');
|
||||
|
||||
goog.require('Blockly.blockRendering.constants');
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* @author fenichel@google.com (Rachel Fenichel)
|
||||
*/
|
||||
|
||||
//'use strict';
|
||||
'use strict';
|
||||
goog.provide('Blockly.blockRendering.Debug');
|
||||
goog.require('Blockly.blockRendering.RenderInfo');
|
||||
goog.require('Blockly.blockRendering.Highlighter');
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* @author fenichel@google.com (Rachel Fenichel)
|
||||
*/
|
||||
|
||||
//'use strict';
|
||||
'use strict';
|
||||
goog.provide('Blockly.blockRendering.Highlighter');
|
||||
|
||||
goog.require('Blockly.blockRendering.constants');
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* @author fenichel@google.com (Rachel Fenichel)
|
||||
*/
|
||||
|
||||
//'use strict';
|
||||
'use strict';
|
||||
|
||||
goog.provide('Blockly.blockRendering.RenderInfo');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user