gradebook MDL-21562 commented out a bunch of code that should be ok to be deleted.

This commit is contained in:
Andrew Davis 2010-05-26 08:58:53 +00:00
parent c35aa9f16e
commit bab41ab7b6

View File

@ -275,7 +275,7 @@ M.gradereport_grader.classes.report.prototype.update_feedback = function(userid,
M.gradereport_grader.classes.ajax = function(report, cfg) {
this.report = report;
this.courseid = cfg.courseid || null;
this.feedbacktrunclength = cfg.courseid || null;
this.feedbacktrunclength = cfg.feedbacktrunclength || null;
this.studentsperpage = cfg.studentsperpage || null;
this.showquickfeedback = cfg.showquickfeedback || false;
this.scales = cfg.scales || null;