mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fix a couple more compiler warnings
Fixes warnings in some internal builds.
This commit is contained in:
@@ -32,6 +32,7 @@ window.HTMLImports = HTMLImports;
|
|||||||
var ShadyDOM = {};
|
var ShadyDOM = {};
|
||||||
|
|
||||||
ShadyDOM.inUse;
|
ShadyDOM.inUse;
|
||||||
|
ShadyDOM.composedPath;
|
||||||
|
|
||||||
ShadyDOM.flush = function() {};
|
ShadyDOM.flush = function() {};
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
* When using Closure Compiler, JSCompiler_renameProperty(property, object) is replaced by the munged name for object[property]
|
* When using Closure Compiler, JSCompiler_renameProperty(property, object) is replaced by the munged name for object[property]
|
||||||
* We cannot alias this function, so we have to use a small shim that has the same behavior when not compiling.
|
* We cannot alias this function, so we have to use a small shim that has the same behavior when not compiling.
|
||||||
*
|
*
|
||||||
* @param {string} prop Property name
|
* @param {?} prop Property name
|
||||||
* @param {?Object} obj Reference object
|
* @param {*} obj Reference object
|
||||||
* @return {string} Potentially renamed property name
|
* @return {string} Potentially renamed property name
|
||||||
*/
|
*/
|
||||||
window.JSCompiler_renameProperty = function(prop, obj) {
|
window.JSCompiler_renameProperty = function(prop, obj) {
|
||||||
|
|||||||
Reference in New Issue
Block a user