From 9b63d36c8fdc9a02132500342ad03f0ad5a0a932 Mon Sep 17 00:00:00 2001 From: libccy Date: Wed, 9 Dec 2015 14:08:16 +0800 Subject: [PATCH] str --- game/game.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/game/game.js b/game/game.js index 52e0f781c..d11f008bd 100755 --- a/game/game.js +++ b/game/game.js @@ -18165,11 +18165,13 @@ } return cards; }, - verticalStr:function(str){ + verticalStr:function(str,sp){ if(typeof str!='string') return ''; + str=str.toUpperCase(); var str2=''; for(var i=0;i