Skip to content

Commit

Permalink
caseAdapter now refers to context URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Feb 13, 2019
1 parent 5471739 commit 5c19eb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/c-adapter/case/caseAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ cfGetFramework = function (f) {
return result;
};
var cfGetContext = function () {
if (this.cfContext == null)
this.cfContext = JSON.stringify(httpGet("http://purl.imsglobal.org/spec/case/v1p0/context/imscasev1p0_context_v1p0.jsonld"));
return this.cfContext;
return "http://purl.imsglobal.org/spec/case/v1p0/context/imscasev1p0_context_v1p0.jsonld";
}
cfGetCompetency = function (c) {
var cache = JSON.stringify(c)
Expand Down

0 comments on commit 5c19eb4

Please sign in to comment.