Greasy Fork is available in English.

WME Bootstrap

Bootstrap library for custom Waze Map Editor scripts

Από την 25/08/2022. Δείτε την τελευταία έκδοση.

Αυτός ο κώδικας δεν πρέπει να εγκατασταθεί άμεσα. Είναι μια βιβλιοθήκη για άλλους κώδικες που περιλαμβάνεται μέσω της οδηγίας meta // @require https://update.greasyfork.org/scripts/450160/1085486/WME%20Bootstrap.js

Δημιουργός
Anton Shevchuk
Έκδοση
0.0.1
Δημιουργήθηκε την
25/08/2022
Ενημερώθηκε την
25/08/2022
Άδεια
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