Skip to content

Commit

Permalink
Add @memberof annotation for Polymer.Debouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani authored Apr 7, 2017
1 parent dd4e323 commit 352878d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/utils/debounce.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
}
}

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

0 comments on commit 352878d

Please sign in to comment.