Comparing version 1.0.0 to 1.0.1
@@ -121,3 +121,3 @@ /***************************************************************** | ||
*/ | ||
exports.isTel = function(String text){ | ||
exports.isTel = function(text){ | ||
if(isMobile(text)||isPhone(text)) return true; | ||
@@ -124,0 +124,0 @@ return false; |
{ | ||
"name": "qcfv", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "form validator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7325