Bootstrap library for custom Waze Map Editor scripts
目前為
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/450160/1085492/WME%20Bootstrap.js
Bootstrap library for custom WME scripts
// @require https://greasyfork.org/scripts/450160-wme-bootstrap/code/WME-Bootstrap.js
(function () {
'use strict';
$(document)
.on('bootstrap.wme', function () {
console.info('ready');
})
})();
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