-
Bug
-
Resolution: Fixed
-
Major
-
2.0.3
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
w29_
MDL-28440_m22_jssemicol -
Missing semicolon when the yui_module function is called and $ondomready is false. This creates big problems if you follow that statement with javascript like this: (function(Y)
{ ...do something... })(Y); Because it then thinks you are trying to call the yui_module code as a function. Attaching patch for the fix.