Sha256: 923f94488014bd0966f2d93847197b75ed532b4b805205a111ce0a82b4929d36
Contents?: true
Size: 283 Bytes
Versions: 5
Compression:
Stored size: 283 Bytes
Contents
describe('L#noConflict', function () { it('restores the previous L value and returns Leaflet namespace', function () { expect(L.version).to.be.ok(); var L2 = L.noConflict(); expect(L).to.eql('test'); expect(L2.version).to.be.ok(); window.L = L2; }); });
Version data entries
5 entries across 5 versions & 1 rubygems