Skip to content

Commit

Permalink
Ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Nov 5, 2010
1 parent 1a35aed commit 767379a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PostMessager.js
Expand Up @@ -36,7 +36,7 @@ var PostMessager = new Class({
initialize: function(destFrame,options) {
this.setOptions(options);
this.source = document.id(this.options.source);
this.dest = document.id(destFrame);
this.dest = destFrame;

this.allowReceive = this.options.allowReceive;
this.allowSend = this.options.allowSend;
Expand Down

0 comments on commit 767379a

Please sign in to comment.