FIx closure annotation

Closure was unhappy with the change from `var` to `let` so reverting it.
This commit is contained in:
Steven Orvell
2020-01-13 11:18:01 -08:00
parent 640bc80ac7
commit 15ce881fda

View File

@@ -14,7 +14,7 @@
*
* @interface
*/
let PolymerDomApi = function() {};
var PolymerDomApi = function() {};
/**
* @param {?Node} node