mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-29 03:24:37 +01:00
Drop Events mixin by extending L.Evented so that deprecated warning is not visible anymore in browser console.
This commit is contained in:
@@ -6,7 +6,7 @@ var concat = require('gulp-concat');
|
||||
var paths = {
|
||||
minified: 'contao-leaflet.js',
|
||||
scripts: ['js/*.js'],
|
||||
dest: 'src/Resources/public/js'
|
||||
dest: 'src/Bundle/Resources/public/js'
|
||||
};
|
||||
|
||||
gulp.task('clear', function() {
|
||||
|
||||
Reference in New Issue
Block a user