Skip to content

Commit

Permalink
Add a @const annotation to help the Closure Compiler understand that …
Browse files Browse the repository at this point in the history
…Polymer.Debouncer is the name of a type.
  • Loading branch information
rictic authored Mar 27, 2018
1 parent 92d282a commit e5a5725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/debounce.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
}
}

/** @const */
Polymer.Debouncer = Debouncer;
})();
</script>

0 comments on commit e5a5725

Please sign in to comment.