Remove closure base file dependency (#2976)

* Trim down closure's base dependency even further by removing the dependency on closure's base file.
This commit is contained in:
Sam El-Husseini
2019-09-11 17:30:51 -07:00
committed by GitHub
parent 09d2a167f9
commit 8ab51c8639
162 changed files with 706 additions and 959 deletions

View File

@@ -32,10 +32,6 @@
*/
'use strict';
goog.provide('Blockly.Msg.en');
goog.require('Blockly.Msg');
/**
* Due to the frequency of long strings, the 80-column wrap rule need not apply