gecko/mobile/modules/video.jsm

6 lines
84 B
JavaScript

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