From a6180830f8e9110e5e29d8ff6e5df373ed590a30 Mon Sep 17 00:00:00 2001 From: Julian Viereck Date: Sat, 8 Oct 2011 23:02:56 +0200 Subject: [PATCH] Fix hello world example --- examples/helloworld/index.html | 3 +++ fonts.js | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/helloworld/index.html b/examples/helloworld/index.html index c353b6a89..1f8de7637 100644 --- a/examples/helloworld/index.html +++ b/examples/helloworld/index.html @@ -7,6 +7,9 @@ + + + diff --git a/fonts.js b/fonts.js index 4711f62d5..21c30a1eb 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; }