Skip to content

Commit

Permalink
fix browser example
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 16, 2013
1 parent d9f1005 commit ae9f6d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/browser.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<html>
<head>
<title>debug()</title>
<script src="../debug.js"></script>
<script src="../build/build.js"></script>
<script>
// type debug.enable('*') in
// the console and refresh :)
var debug = require('debug');

a = debug('worker:a');
b = debug('worker:b');
Expand All @@ -19,6 +20,6 @@
</script>
</head>
<body>

</body>
</html>

0 comments on commit ae9f6d3

Please sign in to comment.