mirror of
https://github.com/videojs/video.js.git
synced 2024-12-16 11:37:29 +02:00
fix test
This commit is contained in:
parent
13327ce875
commit
2539f81bda
@ -148,6 +148,7 @@ test('Plugins should not get events after stopImmediatePropagation is called', f
|
||||
for (; i < 3; i++ ) {
|
||||
name = pluginName + i;
|
||||
expectedOrder.push(name);
|
||||
plugin(name);
|
||||
}
|
||||
|
||||
vjs.plugin('testerPlugin', function (opts) {
|
||||
|
Loading…
Reference in New Issue
Block a user