Remove unused RegExp, thanks @fredj
This commit is contained in:
@@ -38,14 +38,6 @@ ol.Color;
|
|||||||
ol.color.hexColorRe_ = /^#(?:[0-9a-f]{3}){1,2}$/i;
|
ol.color.hexColorRe_ = /^#(?:[0-9a-f]{3}){1,2}$/i;
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @type {RegExp}
|
|
||||||
* @private
|
|
||||||
* This RegExp matches # followed by 4 or 8 hex digits.
|
|
||||||
*/
|
|
||||||
ol.color.hexaColorRe_ = /^#(?:[0-9a-f]{4}){1,2}$/i;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {RegExp}
|
* @type {RegExp}
|
||||||
* @private
|
* @private
|
||||||
|
|||||||
Reference in New Issue
Block a user