]> git.parisson.com Git - pdf.js.git/commitdiff
Fix lint.
authorBrendan Dahl <brendan.dahl@gmail.com>
Sun, 11 Mar 2012 03:47:14 +0000 (19:47 -0800)
committerBrendan Dahl <brendan.dahl@gmail.com>
Sun, 11 Mar 2012 03:47:14 +0000 (19:47 -0800)
test/unit/font_spec.js

index a0e609fe811c5b3a4f83bcea8133d334130516e1..9f096932495bb2c88b43fb4587e1b4578e8d74e7 100644 (file)
@@ -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);