Index: branches/MwEmbedStandAlone/modules/TimedText/mw.TimedText.js |
— | — | @@ -817,7 +817,7 @@ |
818 | 818 | } |
819 | 819 | } else { |
820 | 820 | for(var catKey in catSourceList) { |
821 | | - for(var i=0 i < catSourceList[ catKey ].length; i++) { |
| 821 | + for(var i=0; i < catSourceList[ catKey ].length; i++) { |
822 | 822 | $langMenu.append( |
823 | 823 | catSourceList[ catKey ][i] |
824 | 824 | ); |