mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-01-21 06:32:04 +01:00
Remove obsolete file
This commit is contained in:
@@ -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");
|
||||
Reference in New Issue
Block a user