Browse Source

[svn r13562] Fixed missing bracket

Yannick Warnier 17 years ago
parent
commit
be39aab269
1 changed files with 2 additions and 1 deletions
  1. 2 1
      main/newscorm/js/api_wrapper.js

+ 2 - 1
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
-}
+}