mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Address review feedback.
This commit is contained in:
@@ -66,3 +66,8 @@ HTMLTemplateElement.decorate = function(template){};
|
||||
* @param {function(function())} cb callback
|
||||
*/
|
||||
CustomElementRegistry.prototype.polyfillWrapFlushCallback = function(cb){};
|
||||
|
||||
/**
|
||||
* @param {string} cssText
|
||||
*/
|
||||
CSSStyleSheet.prototype.replaceSync = function(cssText) {};
|
||||
Reference in New Issue
Block a user