We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de01657 commit f44456aCopy full SHA for f44456a
main/lp/scorm_api.php
@@ -72,8 +72,8 @@ function APIobject() {
72
// SCORM
73
var API = new APIobject(); //for scorm 1.2
74
var api = API;
75
-var API_1484_11 = new APIobject(); //for scorm 1.3
76
-var api_1484_11 = API_1484_11;
+//var API_1484_11 = new APIobject(); //for scorm 1.3
+//var api_1484_11 = API_1484_11;
77
78
// SCORM-specific Error codes
79
var G_NoError = 0;
0 commit comments