mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
15 lines
219 B
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>
|