Skip to content

Commit b9dcf51

Browse files
authored
Merge pull request #5164 from Polymer/const-debouncer
Add a @const annotation to help the Closure Compiler understand that Polymer.Debouncer is the name of a type.
2 parents 92d282a + e5a5725 commit b9dcf51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils/debounce.html

+1
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)