Skip to content

Commit

Permalink
Merge pull request #56 from mozillazg/patch-2
Browse files Browse the repository at this point in the history
remove `yu` from INITIALS
  • Loading branch information
hotoo committed Aug 20, 2015
2 parents ae08fab + ac3bc00 commit 8a9692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pinyin.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if(isNode){


// 声母表。
var INITIALS = "zh,ch,sh,b,p,m,f,d,t,n,l,g,k,h,j,q,x,r,z,c,s,yu,y,w".split(",");
var INITIALS = "zh,ch,sh,b,p,m,f,d,t,n,l,g,k,h,j,q,x,r,z,c,s,y,w".split(",");
// 韵母表。
//var FINALS = "ang,eng,ing,ong,an,en,in,un,er,ai,ei,ui,ao,ou,iu,ie,ve,a,o,e,i,u,v".split(",");
var PINYIN_STYLE = {
Expand Down

0 comments on commit 8a9692e

Please sign in to comment.