Sha256: 90cd1a42e0a26ba6417b9488f4020720e74ef1b59d12e42747b2809f59556207
Contents?: true
Size: 188 Bytes
Versions: 7
Compression:
Stored size: 188 Bytes
Contents
describe("Control.Scale", function () { it("can be added to an unloaded map", function () { var map = L.map(document.createElement('div')); new L.Control.Scale().addTo(map); }); });
Version data entries
7 entries across 7 versions & 1 rubygems