Skip to content

Commit

Permalink
Fix for mootools#231
Browse files Browse the repository at this point in the history
  • Loading branch information
fakedarren committed Jan 14, 2010
1 parent 00a88a6 commit 3d392be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Interface/Mask.js
Expand Up @@ -49,7 +49,7 @@ var Mask = new Class({
},

initialize: function(target, options){
this.target = document.id(target) || document.body;
this.target = document.id(target) || document.id(document.body);
this.target.store('mask', this);
this.setOptions(options);
this.render();
Expand Down

0 comments on commit 3d392be

Please sign in to comment.