Remove redundant util.emailRegEx

This commit is contained in:
Tankred Hase 2016-02-19 11:17:35 +07:00
parent aff1b682ac
commit b5618fd63d

View File

@ -116,8 +116,6 @@ export default {
return this.writeNumber(numeric, 4);
},
emailRegEx: /^[+a-zA-Z0-9_.-]+@([a-zA-Z0-9-]+\.)+[a-zA-Z0-9]{2,6}$/,
hexdump: function (str) {
var r = [];
var e = str.length;