Skip to content

Commit

Permalink
MDL-28999 SCORM add missing yui2 require
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Aug 18, 2011
1 parent 9e47a85 commit 1425c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/scorm/player.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
$PAGE->set_button($exitlink);
}

$PAGE->requires->yui2_lib('connection');
$PAGE->requires->data_for_js('scormplayerdata', Array('cwidth'=>$scorm->width,'cheight'=>$scorm->height,
'popupoptions' => $scorm->options), true);
$PAGE->requires->js('/mod/scorm/request.js', true);
Expand Down

0 comments on commit 1425c0b

Please sign in to comment.