Open solomon-gumball opened 9 years ago
Allows for undefined or null values to be passed to make_color, which was previously throwing an error.
undefined
null
make_color
Useful for this kind of thing:
// baseColor may or may not be defined please.make_color({ colors_returned: 10, base_color: baseColor });
Allows for
undefined
ornull
values to be passed tomake_color
, which was previously throwing an error.Useful for this kind of thing: