Remove obsolete file

This commit is contained in:
Ximi1970
2022-07-11 22:45:16 +02:00
parent 0bd3a67cb7
commit bc9df9a6ba

View File

@@ -1,13 +0,0 @@
var EXPORTED_SYMBOLS = ["windowEvent"];
var windowEvent = {
value : 0,
incValue: function() {
this.value++;
},
getValue: function() {
return this.value;
},
};
console.log("Loading windowEvent.jsm");