Skip to content

Commit

Permalink
#34 - tidying up for IE support
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKinlan committed Jun 22, 2011
1 parent 979b2b0 commit b576c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/webintents-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,4 @@ var msgHandler = new MessageHandler();;

attachEventListener(window, "message", msgHandler.handler, false);
attachEventListener(window, "storage", msgHandler.handler, false);
attachEventListener(document, "storage", msgHandler.handler, false);

0 comments on commit b576c2c

Please sign in to comment.