Navigation Menu

Skip to content

Commit

Permalink
coding style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 17, 2010
1 parent c761565 commit 46b7d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/report/grader/module.js
Expand Up @@ -1084,7 +1084,7 @@ M.gradereport_grader.classes.textfield.prototype.attach_key_events = function()
* @param {Y.Node} node
*/
M.gradereport_grader.classes.scalefield = function(report, node) {
this.report=report = report;
this.report = report;
this.node = node;
this.gradespan = node.one('.gradevalue');
this.inputdiv = this.report.Y.Node.create('<div></div>');
Expand Down

0 comments on commit 46b7d28

Please sign in to comment.