mirror of
https://github.com/google/blockly.git
synced 2026-01-20 15:27:09 +01:00
Setting up accessible Blockly for Closure compilation. (#1134)
Moving closure compilation into the build file. Fixing up goog.requires for accessible blockly. Adding accessible to the build script.
This commit is contained in:
@@ -23,6 +23,16 @@
|
||||
* @author corydiers@google.com (Cory Diers)
|
||||
*/
|
||||
|
||||
goog.provide('blocklyApp.VariableRemoveModalComponent');
|
||||
|
||||
goog.require('blocklyApp.AudioService');
|
||||
goog.require('blocklyApp.KeyboardInputService');
|
||||
goog.require('blocklyApp.TranslatePipe');
|
||||
goog.require('blocklyApp.VariableModalService');
|
||||
|
||||
goog.require('Blockly.CommonModal');
|
||||
|
||||
|
||||
blocklyApp.VariableRemoveModalComponent = ng.core.Component({
|
||||
selector: 'blockly-remove-variable-modal',
|
||||
template: `
|
||||
|
||||
Reference in New Issue
Block a user