node-ipc/node_modules/event-pubsub/examples/browser/multipleScopes.html

15 lines
368 B
HTML
Raw Normal View History

2014-02-22 20:13:31 +11:00
<!DOCTYPE html>
<html>
<head>
<title>Basic PubSub Example</title>
<script src='../../event-pubsub-browser.js'></script>
</head>
<body>
<ul id='events'>
<li>
<h1>PubSub Multiple Event Scopes Example</h1>
</li>
</ul>
<script src='multipleScopes.js'></script>
</body>
</html>