GT2/GT2-Android/node_modules/winchan/test/cases/use-existing-popup/child.html

11 lines
182 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<body></body>
<script src="/winchan.js"></script>
<script>
var wc = WinChan.onOpen(function(origin, args, cb) {
return cb(args);
});
</script>
</html>