debug/example/browser.html

15 lines
219 B
HTML

<html>
<head>
<title>debug()</title>
<script src="../debug.js"></script>
<script>
debug.enable = function(name) {
return true;
}
</script>
</head>
<body>
</body>
</html>