docstrings: L.Control inherits from L.Class

This commit is contained in:
Iván Sánchez Ortega 2016-10-28 12:38:43 +02:00
parent edbcff4386
commit 7b3c673a16

View File

@ -1,6 +1,7 @@
/*
* @class Control
* @aka L.Control
* @inherits Class
*
* L.Control is a base class for implementing map controls. Handles positioning.
* All other controls extend from this class.