node-ipc/node_modules/event-pubsub/examples/browser/objectScope.html
2014-02-22 01:13:31 -08:00

15 lines
No EOL
393 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Basic PubSub Example</title>
<script src='../../event-pubsub-browser.js'></script>
</head>
<body>
<ul id='events'>
<li>
<h1>PubSub Events inside of and using an Object as the scope Example</h1>
</li>
</ul>
<script src='objectScope.js'></script>
</body>
</html>