Skip to content

Commit

Permalink
[ci skip] remove duplicate definition for __dataHost in externs
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Aug 1, 2017
1 parent 0c6aa88 commit 5ab9032
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions externs/polymer-closure-types.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-->
<!--<script src="closure-types.js"></script>-->
<script>
/* eslint-disable no-unused-vars, strict */
/* eslint-disable no-unused-vars, strict, valid-jsdoc */
/**
* @constructor
* @extends {DocumentFragment}
Expand Down Expand Up @@ -154,7 +154,4 @@
* }}
*/
let TemplatizeOptions;

/** @type {Polymer_PropertyEffects} */
Polymer_PropertyEffects.prototype.__dataHost;
</script>

0 comments on commit 5ab9032

Please sign in to comment.