Skip to content

Commit

Permalink
trying postmessage
Browse files Browse the repository at this point in the history
  • Loading branch information
mrolafsson committed Apr 12, 2012
1 parent 84c3b19 commit e4778f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cloudsearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
$.receiveMessage(function(event) {
alert("ding");
});
$.postMessage('hello', cloudsearch.url());
$.postMessage('hello', cloudsearch.url(), 'http://tempojs.com');
}
</script>
<script type="text/javascript">
Expand Down

0 comments on commit e4778f5

Please sign in to comment.