Move regexes out into variables

Esse commit está contido em:
Ben Ogle
2013-10-03 13:40:43 -07:00
commit bd8c14355c
2 arquivos alterados com 12 adições e 8 exclusões
+1 -1
Ver Arquivo
@@ -95,7 +95,7 @@ describe "editor.", ->
benchmark "resetDisplay", 50, ->
editor.resetDisplay()
benchmark "htmlForScreenRows", 1000, ->
fbenchmark "htmlForScreenRows", 1000, ->
lastRow = editor.getLastScreenRow()
editor.htmlForScreenRows(0, lastRow)