Final var conversions

This commit is contained in:
rejas
2021-07-14 15:06:23 +02:00
parent 8a7abfe42d
commit 6b17f6aa28
3 changed files with 7 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
* By Michael Teeuw https://michaelteeuw.nl
* MIT Licensed.
*/
var Module = Class.extend({
const Module = Class.extend({
/*********************************************************
* All methods (and properties) below can be subclassed. *
*********************************************************/
@@ -510,6 +510,8 @@ Module.register = function (name, moduleDefinition) {
Module.definitions[name] = moduleDefinition;
};
window.Module = Module;
/**
* Compare two semantic version numbers and return the difference.
*