mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00: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:
@@ -1,3 +1,6 @@
|
||||
goog.provide('Blockly.CommonModal');
|
||||
|
||||
|
||||
Blockly.CommonModal = function() {};
|
||||
|
||||
Blockly.CommonModal.setupKeyboardOverrides = function(component) {
|
||||
|
||||
Reference in New Issue
Block a user