Merge pull request #5649 from Polymer/compiler-warnings

Fix a couple more compiler warnings
This commit is contained in:
Russell Bicknell
2020-04-28 14:32:28 -07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ window.HTMLImports = HTMLImports;
var ShadyDOM = {};
ShadyDOM.inUse;
ShadyDOM.composedPath;
ShadyDOM.flush = function() {};