Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cybercussion committed Aug 9, 2015
1 parent 8f11a66 commit 0c33162
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions QUnit-Tests/js/scorm/SCOBotBase.js
Expand Up @@ -169,8 +169,7 @@ function SCOBotBase(options) {
win = win.parent;
}
if (win.API_1484_11) {//SCORM 2004-specific API.
API.version = "2004";
//Set version
API.version = "2004"; //Set version
API.path = win.API_1484_11;
} else {
return false;
Expand All @@ -191,8 +190,7 @@ function SCOBotBase(options) {
win = win.parent;
}
if (win.API) {//SCORM 1.2-specific API
API.version = "1.2";
//Set version
API.version = "1.2"; //Set version
API.path = win.API;
} else {
return false;
Expand Down

0 comments on commit 0c33162

Please sign in to comment.