From 7d4acc13fb0ddec8605f8a9d5c808bc12bdbf7cb Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Fri, 14 Mar 2014 15:32:32 +0100 Subject: [PATCH] Fix coding style in test/unit/parser_spec.js --- test/unit/parser_spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/parser_spec.js b/test/unit/parser_spec.js index 03d700a40..fdab17a0d 100644 --- a/test/unit/parser_spec.js +++ b/test/unit/parser_spec.js @@ -17,7 +17,7 @@ describe('parser', function() { it('should parse PostScript numbers', function() { var numbers = ['-.002', '34.5', '-3.62', '123.6e10', '1E-5', '-1.', '0.0', '123', '-98', '43445', '0', '+17']; - for (var i=0, ii=numbers.length; i