Skip to content

Commit

Permalink
Merge pull request #4516 from Polymer/justinfagnani-patch-1
Browse files Browse the repository at this point in the history
Add `@memberof` annotation for Polymer.Debouncer
  • Loading branch information
kevinpschaaf authored Apr 10, 2017
2 parents dd4e323 + 352878d commit e9c6380
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 e9c6380

Please sign in to comment.