Skip to content

Commit

Permalink
MDL-37413 Use correct variable in chooserdialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Robert Nicols committed Jan 11, 2013
1 parent d63a406 commit e75fe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yui/chooserdialogue/chooserdialogue.js
Expand Up @@ -31,7 +31,7 @@ YUI.add('moodle-core-chooserdialogue', function(Y) {
},

prepare_chooser : function () {
if (this.overlay) {
if (this.panel) {
return;
}

Expand Down

0 comments on commit e75fe1a

Please sign in to comment.