Remove dependency on goog.cssom.

This commit is contained in:
Neil Fraser
2015-09-29 15:40:19 -07:00
parent fbab06082e
commit 349146743b
6 changed files with 16 additions and 38 deletions

View File

@@ -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