Skip to content

Commit e5a5725

Browse files
authored
Add a @const annotation to help the Closure Compiler understand that Polymer.Debouncer is the name of a type.
1 parent 92d282a commit e5a5725

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/utils/debounce.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
}
114114
}
115115

116+
/** @const */
116117
Polymer.Debouncer = Debouncer;
117118
})();
118119
</script>

0 commit comments

Comments
 (0)