Use hexadecimal instead of hex for consistency. [ci skip]

This commit is contained in:
John-David Dalton
2015-11-01 15:01:59 -08:00
parent 1fe87d0348
commit 982b9d2b0a

View File

@@ -129,7 +129,7 @@
/** Used to detect hexadecimal string values. */
var reHasHexPrefix = /^0x/i;
/** Used to detect bad signed hex string values. */
/** Used to detect bad signed hexadecimal string values. */
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
/** Used to detect binary string values. */