Removed trailing spaces (#5890)

Removed trailing spaces
This commit is contained in:
iH8 2017-10-30 15:30:12 +01:00 committed by Vladimir Agafonkin
parent c5cbbf8174
commit f6e1a9be91
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import * as Util from '../../core/Util';
* [Proj4Leaflet](https://github.com/kartena/Proj4Leaflet) plugin.
*
* Note that the CRS instances do not inherit from Leafet's `Class` object,
* and can't be instantiated. Also, new classes can't inherit from them,
* and can't be instantiated. Also, new classes can't inherit from them,
* and methods can't be added to them with the `include` function.
*/

View File

@ -16,7 +16,7 @@
* Only accepts actual `L.Point` instances, not arrays.
* Note that the projection instances do not inherit from Leafet's `Class` object,
* and can't be instantiated. Also, new classes can't inherit from them,
* and can't be instantiated. Also, new classes can't inherit from them,
* and methods can't be added to them with the `include` function.
*/