Skip to content

Commit

Permalink
re-write comment to be clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
moloko committed Nov 16, 2015
1 parent c16878f commit 9b5b232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/adapt-contrib-spoor.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ define([
}

/**
* suppress SCORM errors when the course is being previewed from the authoring tool
* suppress SCORM errors if 'nolmserrors' is found in the querystring
*/
if(window.location.search.indexOf('nolmserrors') != -1) scorm.suppressErrors = true;
},
Expand Down

0 comments on commit 9b5b232

Please sign in to comment.