Skip to content

Commit

Permalink
Removed 1st number from dictionary search
Browse files Browse the repository at this point in the history
Signed-off-by: Mehdi Hasan <mhasan@omicronlab.com>
  • Loading branch information
mugli committed Jul 7, 2012
1 parent 0d40f9d commit e33683f
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions dbsearch.js
Expand Up @@ -119,36 +119,6 @@ DBSearch.prototype = {
case 'z':
tableList = ["h", "j", "jh", "z"];
break;
case '1':
tableList = ["e"];
break;
case '2':
tableList = ["d"];
break;
case '3':
tableList = ["t"];
break;
case '4':
tableList = ["c"];
break;
case '5':
tableList = ["p"];
break;
case '6':
tableList = ["ch"];
break;
case '7':
tableList = ["s"];
break;
case '8':
tableList = ["aa"];
break;
case '9':
tableList = ["n"];
break;
case '0':
tableList = ["sh"];
break;
default:
break;
}
Expand Down

0 comments on commit e33683f

Please sign in to comment.