Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Nov 1, 2018
1 parent dadcfc2 commit fe1bcd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions externs/closure-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,10 @@ Polymer_LegacyElementMixin.prototype._error = function(args){};
*/
Polymer_LegacyElementMixin.prototype._logf = function(methodName, args){};
/**
* @return {undefined}
*/
Polymer_LegacyElementMixin._finalizeClass = function(){};
/**
* @interface
*/
function Polymer_MutableData(){}
Expand Down

0 comments on commit fe1bcd1

Please sign in to comment.