mirror of
https://github.com/TheGreyDiamond/elevatormapRewritten.git
synced 2025-12-20 00:40:45 +01:00
Started user control
This commit is contained in:
6
static/leafletCluster/spec/suites/LeafletSpec.js
Normal file
6
static/leafletCluster/spec/suites/LeafletSpec.js
Normal file
@@ -0,0 +1,6 @@
|
||||
describe('L#noConflict', function() {
|
||||
it('restores the previous L value and returns Leaflet namespace', function(){
|
||||
|
||||
expect(L.version).to.be.ok();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user