Fix a couple more compiler warnings

Fixes warnings in some internal builds.
This commit is contained in:
Peter Burns
2020-04-27 10:21:48 -07:00
parent 2ce716304b
commit ad2bca189f
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() {};