Skip to content

Commit

Permalink
Fix hello world example
Browse files Browse the repository at this point in the history
  • Loading branch information
jviereck committed Oct 8, 2011
1 parent 4e3f0e7 commit a618083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/helloworld/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<script type="text/javascript" src="../../metrics.js"></script>
<script type="text/javascript" src="../../fonts.js"></script>
<script type="text/javascript" src="../../glyphlist.js"></script>
<script type="text/javascript" src="../../worker.js"></script>
<script type="text/javascript" src="../../worker/message_handler.js"></script>
<script type="text/javascript" src="../../worker/processor_handler.js"></script>

<script type="text/javascript" src="hello.js"></script>
</head>
Expand Down
1 change: 0 additions & 1 deletion fonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a618083

Please sign in to comment.