Adding @namespace annotations for JSDoc. (#900)

This commit is contained in:
Andrew n marshall
2017-02-01 09:10:35 -08:00
committed by GitHub
parent 89ee9809d9
commit e95991cba8
11 changed files with 46 additions and 1 deletions

View File

@@ -26,6 +26,10 @@
*/
'use strict';
/**
* @name Blockly.utils
* @namespace
**/
goog.provide('Blockly.utils');
goog.require('Blockly.Touch');