From f9683f67163189f70f349ef51a58f7d68ba6f44a Mon Sep 17 00:00:00 2001 From: Stefano Cudini Date: Tue, 5 Oct 2021 20:06:16 +0200 Subject: [PATCH] Update Control.Loading.js --- src/Control.Loading.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Control.Loading.js b/src/Control.Loading.js index c09cd22..64e1982 100644 --- a/src/Control.Loading.js +++ b/src/Control.Loading.js @@ -332,7 +332,7 @@ } }); - L.Control.loading = function(options) { + L.control.loading = function(options) { return new L.Control.Loading(options); }; }