mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Remove dependency on goog.cssom.
This commit is contained in:
@@ -19,19 +19,14 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @fileoverview Flexible templating system for defining blocks.
|
||||
* @fileoverview Name space for the Blocks singleton.
|
||||
* @author spertus@google.com (Ellen Spertus)
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
|
||||
/**
|
||||
* Name space for the Blocks singleton.
|
||||
* Blocks gets populated in the blocks files, possibly through calls to
|
||||
* Blocks.addTemplate().
|
||||
*/
|
||||
goog.provide('Blockly.Blocks');
|
||||
|
||||
|
||||
/**
|
||||
* Unique ID counter for created blocks.
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user