From b124b707b497f1e592db7d85c5e64893402641b8 Mon Sep 17 00:00:00 2001 From: Alexander Marks Date: Thu, 30 Nov 2017 14:18:23 -0800 Subject: [PATCH] Annotate Polymer function with @global. (#4967) This will let Analyzer discover it thanks to https://github.com/Polymer/polymer-analyzer/pull/774. --- lib/legacy/polymer-fn.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/legacy/polymer-fn.html b/lib/legacy/polymer-fn.html index b3562f0780..579b3688cf 100644 --- a/lib/legacy/polymer-fn.html +++ b/lib/legacy/polymer-fn.html @@ -24,6 +24,7 @@ * * See `Polymer.Class` for details on valid legacy metadata format for `info`. * + * @global * @override * @function Polymer * @param {!PolymerInit} info Object containing Polymer metadata and functions