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

Commit 4977f36

Browse files
alexeaglejoeltine
authored andcommitted
Add missing type declaration on goog.color.names
See angular/clutz#40 ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=101628312
1 parent eea72a9 commit 4977f36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

closure/goog/color/names.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ goog.provide('goog.color.names');
2424
* This list is way larger than the minimal one dictated by W3C.
2525
* The keys of this map are the lowercase "readable" names of the colors, while
2626
* the values are the "hex" values.
27+
*
28+
* @type {!Object<string, string>}
2729
*/
2830
goog.color.names = {
2931
'aliceblue': '#f0f8ff',

0 commit comments

Comments
 (0)