Accept other verbs than the adl verbs

semantics-font
Svein-Tore Griff With 2015-03-22 20:37:48 +01:00
parent 46c9260755
commit 5d6d22a13f
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ H5P.XAPIEvent.prototype.setVerb = function(verb) {
}
};
}
else {
H5P.error('illegal verb');
else if (verb.id !== undefined) {
this.data.statement.verb = verb;
}
};