mirror of
https://github.com/videojs/video.js.git
synced 2024-12-27 02:43:45 +02:00
Fix minified property access
Use a string literal to reference the tech's player property so the access isn't mangled by closure.
This commit is contained in:
parent
0ba7166636
commit
7e0ee0c799
@ -33,5 +33,5 @@ test('should re-link the player if the tech is moved', function(){
|
||||
};
|
||||
tech.createEl();
|
||||
|
||||
strictEqual(player, tech.el().player);
|
||||
strictEqual(player, tech.el()['player']);
|
||||
});
|
Loading…
Reference in New Issue
Block a user