Comparing version 0.6.3 to 0.6.4
@@ -84,2 +84,8 @@ /** | ||
prototype.isMobile = function(){ | ||
return this.match(function(object){ | ||
return object.search(/^1[3|4|5|8][0-9]\d{4,8}$/)==-1?false:true; | ||
}); | ||
} | ||
prototype.isAlpha = function(){ | ||
@@ -86,0 +92,0 @@ return this.match(function(object){ |
{ | ||
"name": "icecream", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "rapid web framework for nodejs", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/zhiyu/icecream", |
726512
17670