Don't bubble by default

semantics-font
Svein-Tore Griff With 2015-03-22 20:37:28 +01:00
parent 6b3e550a48
commit 46c9260755
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ var H5P = H5P || {};
* @class
*/
H5P.XAPIEvent = function() {
H5P.Event.call(this, 'xAPI', {'statement': {}});
H5P.Event.call(this, 'xAPI', {'statement': {}}, {bubbles: true});
};
H5P.XAPIEvent.prototype = Object.create(H5P.Event.prototype);