Skip to content

Commit

Permalink
Merge branch 'MDL-40282' of github.com:colchambers/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jul 2, 2013
2 parents 38efca2 + 4704eda commit fe6d32f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Y.extend(COLLAPSE, Y.Base, {
// Fortunately, the hight is not necessary, so we can just remove it.
// (If you re-size the editor then it will remove this style attribute itself.)
editortable.setStyle('height', '');
editortable.setStyle('width', '');
},

/**
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Y.extend(COLLAPSE, Y.Base, {
// Fortunately, the hight is not necessary, so we can just remove it.
// (If you re-size the editor then it will remove this style attribute itself.)
editortable.setStyle('height', '');
editortable.setStyle('width', '');
},

/**
Expand Down
1 change: 1 addition & 0 deletions lib/editor/tinymce/yui/src/collapse/js/collapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Y.extend(COLLAPSE, Y.Base, {
// Fortunately, the hight is not necessary, so we can just remove it.
// (If you re-size the editor then it will remove this style attribute itself.)
editortable.setStyle('height', '');
editortable.setStyle('width', '');
},

/**
Expand Down

0 comments on commit fe6d32f

Please sign in to comment.