Explorar el Código

removed out of date comments

B Thibault hace 8 años
padre
commit
ecf0aaad6b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      msgFormatter.js

+ 0 - 2
msgFormatter.js

@@ -261,8 +261,6 @@ var formatText = (function() {
 
             for (var highlightIndex =0, nbHighlight =opts.highlights.length; highlightIndex < nbHighlight; highlightIndex++) {
                 var highlight = opts.highlights[highlightIndex];
-
-                // TODO compare with collators
                 if (text.substr(i, highlight.length) === highlight)
                     return highlight;
             }