From 1a1767ce820b62c9fa2e08c7989abed2d280dca5 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Sat, 10 Mar 2012 19:47:14 -0800 Subject: [PATCH] Fix lint. --- test/unit/font_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/font_spec.js b/test/unit/font_spec.js index a0e609fe8..9f0969324 100644 --- a/test/unit/font_spec.js +++ b/test/unit/font_spec.js @@ -191,7 +191,7 @@ describe('font', function() { 0x09, // font dict 1 id 0x00, 0x02, // nex gid 0x0a, // font dict 2 gid - 0x00, 0x04, // sentinel (last gid) + 0x00, 0x04 // sentinel (last gid) ]); parser.bytes = bytes; var fdSelect = parser.parseFDSelect(0, 2);