comit for tests

This commit is contained in:
Bogdan Onikiienko
2016-02-17 22:41:01 +02:00
parent 389fc2d405
commit d9f074f6ca

View File

@@ -7,7 +7,7 @@
declare module L {
/**
* Drawing Bézier curves and other complex shapes.
* Drawing Bezier curves and other complex shapes.
*/
function curve(path: any[], options?: L.PathOptions): Path;
}