From: Julian Viereck Date: Sat, 8 Oct 2011 21:02:56 +0000 (+0200) Subject: Fix hello world example X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a6180830f8e9110e5e29d8ff6e5df373ed590a30;p=pdf.js.git Fix hello world example --- diff --git a/examples/helloworld/index.html b/examples/helloworld/index.html index c353b6a..1f8de76 100644 --- a/examples/helloworld/index.html +++ b/examples/helloworld/index.html @@ -7,6 +7,9 @@ + + + diff --git a/fonts.js b/fonts.js index 4711f62..21c30a1 100644 --- a/fonts.js +++ b/fonts.js @@ -150,7 +150,6 @@ var FontLoader = { // to the page already and we don't have to do anything for this font // here future. if (font.fontObj) { - console.log('got already', font.properties.loadedName); continue; }