Just a test
Ce script ne devrait pas être installé directement. C'est une librairie créée pour d'autres scripts. Elle doit être inclus avec la commande // @require https://update.greatest.deepsurf.us/scripts/382412/693949/MoM%20Test%20Lib.js
var MyTest = {version: 2};
(function() {
if (!window.MyTest) {
window.MyTest = MyTest;
console.log('window.MyTest initialized to version ' + MyTest.version);
} else if (window.MyTest.version < MyTest.version) {
window.MyTest = MyTest;
console.log('window.MyTest overwritten to ' + MyTest.version);
}
})();