Skip to content

Commit

Permalink
test message
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjara committed Jan 30, 2017
1 parent 26591d5 commit e9d24b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dummy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script>
document.domain = "netdb.io";

window.addEventLister('message', function(event){
window.addEventListener('message', function(event){
// if (~event.origin.indexOf('http://yoursite.com'))
initPlugin(event.data);
});
Expand Down

0 comments on commit e9d24b8

Please sign in to comment.