Skip to content

Commit

Permalink
Fixed the way the Request Options are set
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian committed Jun 8, 2010
1 parent 8057862 commit be25def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MooDialog.Request.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MooDialog.Request = new Class({
this.parent(options);

this.setContent(
new Element('div').load(url,reqOptions)
new Element('div').set('load', reqOptions).load(url)
).open();
}
});
Expand Down

0 comments on commit be25def

Please sign in to comment.