Update PLUGIN-GUIDE.md
whitespace in plugin example
This commit is contained in:
parent
05f8011a37
commit
4e21a3b54b
@ -168,7 +168,6 @@ You can add support for AMD/CommonJS loaders to your Leaflet plugin by following
|
||||
// define a Common JS module that relies on 'leaflet'
|
||||
} else if (typeof exports === 'object') {
|
||||
module.exports = factory(require('leaflet'));
|
||||
|
||||
}
|
||||
|
||||
// attach your plugin to the global 'L' variable
|
||||
|
Loading…
Reference in New Issue
Block a user