1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-16 11:37:29 +02:00
This commit is contained in:
Gary Katsevman 2013-02-11 16:35:43 -05:00 committed by Steve Heffernan
parent 13327ce875
commit 2539f81bda

View File

@ -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) {