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

11 lines
262 B
HTML

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