gecko-dev/mobile/modules/video.jsm

6 строки
84 B
JavaScript

var EXPORTED_SYMBOLS = ["Video"];
var Video = {
fullScreenSourceElement: null
};