WME Bootstrap

Bootstrap library for custom Waze Map Editor scripts

As of 2022-08-25. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/450160/1085486/WME%20Bootstrap.js

Author
Anton Shevchuk
Version
0.0.1
Created
2022-08-25
Updated
2022-08-25
License
MIT

WME Bootstrap

Bootstrap library for custom WME scripts

Require Script

// @require https://greasyfork.org/scripts/450160-wme-bootstrap/code/WME-Bootstrap.js

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/450160-wme-bootstrap/code/WME-Bootstrap.js