debug/example/browser.html
Nathan Rajlich 97c6ddf070 Add debug.enable and debug.enabled APIs.
Makes wildcard filters work once again.
2012-02-01 11:54:32 -08:00

13 lines
177 B
HTML

<html>
<head>
<title>debug()</title>
<script src="../debug.js"></script>
<script>
debug.enable('*');
</script>
</head>
<body>
</body>
</html>