Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Suppress a closure compiler warning (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic authored and valdrinkoshi committed Jul 25, 2017
1 parent 0edb288 commit 1928a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iron-selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
/**
* @param {!Function} selectCallback
* @constructor
* @suppress {missingProvide}
*/
Polymer.IronSelection = function(selectCallback) {
this.selection = [];
Expand Down

0 comments on commit 1928a9e

Please sign in to comment.