WME Bootstrap

Bootstrap library for custom Waze Map Editor scripts

Version au 25/08/2022. Voir la dernière version.

Ce script ne doit pas être installé directement. C'est une librairie destinée à être incluse dans d'autres scripts avec la méta-directive // @require https://update.greasyfork.org/scripts/450160/1085449/WME%20Bootstrap.js

Auteur
Anton Shevchuk
Version
0.0.1
Créé
25/08/2022
Mis à jour
25/08/2022
Taille
2,2 ko
Licence
MIT

WME Bootstrap

Bootstrap library for custom WME scripts

Require Script

// @require https://greasyfork.org/scripts/ TBD

Usage

(function () {
  'use strict';

  $(document)
      .on('bootstrap.wme', function () {
        console.info('ready');
      })
})();

Links

Author homepage: http://anton.shevchuk.name/
Script homepage: https://github.com/AntonShevchuk/wme-bootstrap
GreasyFork: https://greasyfork.org/scripts/ TBD