mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
15 lines
195 B
JavaScript
15 lines
195 B
JavaScript
/**
|
|
* @license
|
|
* Copyright 2020 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @fileoverview Blockly Blocks module.
|
|
*/
|
|
|
|
/* eslint-disable */
|
|
'use strict';
|
|
|
|
Blockly.Blocks = {};
|