Lint corrections.

This commit is contained in:
Neil Fraser
2015-07-02 19:41:10 -07:00
parent d1f6bdb173
commit d819db2acf
6 changed files with 16 additions and 8 deletions

View File

@@ -30,7 +30,10 @@
*/
goog.provide('Blockly.Msg');
// Back up original getMsg function.
/**
* Back up original getMsg function.
* @type !Function
*/
goog.getMsgOrig = goog.getMsg;
/**