[svn r13562] Fixed missing bracket

skala
Yannick Warnier 18 years ago
parent 1e23ce621a
commit be39aab269
  1. 3
      main/newscorm/js/api_wrapper.js

@ -115,6 +115,7 @@ function ErrorHandler()
}
alert (errDescription);
}
}
return errCode;
}
/**
@ -669,4 +670,4 @@ function checkAnswers(interrupted)
{
}
return false; //do not submit the form
}
}

Loading…
Cancel
Save