Remove unused RegExp, thanks @fredj

This commit is contained in:
Tom Payne
2013-11-18 14:27:03 +01:00
parent adfc56b14c
commit 0746715231

View File

@@ -38,14 +38,6 @@ ol.Color;
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}
* @private