Skip to content

Commit

Permalink
Whitespace and file permission fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Nov 4, 2011
1 parent 3966e8f commit dae27e1
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 5 deletions.
Empty file modified backup/moodle2/backup_qtype_ddwtos_plugin.class.php
100755 → 100644
Empty file.
Empty file modified backup/moodle2/restore_qtype_ddwtos_plugin.class.php
100755 → 100644
Empty file.
Empty file modified db/install.xml
100755 → 100644
Empty file.
Empty file modified edit_ddwtos_form.php
100755 → 100644
Empty file.
Empty file modified lang/en/qtype_ddwtos.php
100755 → 100644
Empty file.
Empty file modified pix/icon.gif
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified question.php
100755 → 100644
Empty file.
Empty file modified questiontype.php
100755 → 100644
Empty file.
Empty file modified renderer.php
100755 → 100644
Empty file.
Empty file modified simpletest/helper.php
100755 → 100644
Empty file.
Empty file modified simpletest/testquestion.php
100755 → 100644
Empty file.
Empty file modified simpletest/testquestiontype.php
100755 → 100644
Empty file.
Empty file modified simpletest/testwalkthrough.php
100755 → 100644
Empty file.
Empty file modified styles.css
100755 → 100644
Empty file.
Empty file modified version.php
100755 → 100644
Empty file.
10 changes: 5 additions & 5 deletions yui/dd/dd.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ YUI.add('moodle-qtype_ddwtos-dd', function(Y) {
if (groupitems.size() !== 0) {
var maxwidth = 0;
var maxheight = 0;
//ie7 does not calculate the height of span correctly when there is
//ie7 does not calculate the height of span correctly when there is
//both a sup and sub in the span.
var ie7fix = false;
//find max height and width
Expand Down Expand Up @@ -138,10 +138,10 @@ YUI.add('moodle-qtype_ddwtos-dd', function(Y) {
node.setStyle('padding', margintop+'px '+marginleft+'px '
+marginbottom+'px '+marginright+'px');
},

/**
* Invisible 'drag homes' are output by the renderer. These have the same properties
* as the drag items but are invisible. We clone these invisible elements to make the
* Invisible 'drag homes' are output by the renderer. These have the same properties
* as the drag items but are invisible. We clone these invisible elements to make the
* actual drag items.
*/
clone_drag_items : function () {
Expand Down Expand Up @@ -289,7 +289,7 @@ YUI.add('moodle-qtype_ddwtos-dd', function(Y) {
}
}
},

drop_zone_key_press : function (e) {
switch (e.direction) {
case 'next' :
Expand Down

0 comments on commit dae27e1

Please sign in to comment.