Code coverage report for src/geo/projection/Projection.js

Statements: 100% (1 / 1)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 100% (1 / 1)     

All files » src/geo/projection/ » Projection.js
1 2 3 4 5 6        1  
/*
 * L.Projection contains various geographical projections used by CRS classes.
 */
 
L.Projection = {};