From e467a333be36d21a13031ba6a2fdc3d53926bcf9 Mon Sep 17 00:00:00 2001 From: q-- Date: Wed, 6 Nov 2019 12:44:37 +0100 Subject: [PATCH] Add MobX Note: __mobxGlobals.version appears to be the version of a specific MobX component, as it was 4 at MobX version 2.x and went to 5 at MobX 3.x (and has stayed 5 in all subsequent versions). Because of this I haven't used the variable for version detection --- src/apps.json | 13 +++++++++++++ src/icons/MobX.svg | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 src/icons/MobX.svg diff --git a/src/apps.json b/src/apps.json index 025f6f81d..78f301d90 100644 --- a/src/apps.json +++ b/src/apps.json @@ -6996,6 +6996,19 @@ }, "website": "https://mobirise.com" }, + "MobX": { + "cats": [ + 59 + ], + "icon": "MobX.svg", + "js": { + "__mobxGlobal": "", + "__mobxInstanceCount": "", + "__mobxGlobals": "" + }, + "script": "(?:/([\\d\\.]+))?/mobx(?:\\.[a-z]+){0,2}\\.js(?:$|\\?)\\;version:\\1", + "website": "https://mobx.js.org" + }, "MochiKit": { "cats": [ 59 diff --git a/src/icons/MobX.svg b/src/icons/MobX.svg new file mode 100644 index 000000000..2dbedb857 --- /dev/null +++ b/src/icons/MobX.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +