event-pubsub/examples/browser/extending.html
2016-09-30 03:58:44 -07:00

11 lines
254 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Basic PubSub Example</title>
<script src='../../event-pubsub-browser.js'></script>
<script src='extending.js'></script>
</head>
<body>
Check the console
</body>
</html>