vidarh / wave-gadget-emulator

Small emulation layer for the Google Wave gadget API to run a gadget side by side in two iframes

This URL has Read+Write access

wave-gadget-emulator / participantframe.html
100644 10 lines (8 sloc) 0.132 kb
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<script src="jquery-1.3.2.min.js"></script>
<script src="gadgetemulator.js"></script>
</head>
<body>
</body>
</html>