top comment

This commit is contained in:
mourner 2010-09-16 18:36:25 +03:00
parent 5a6f41dd54
commit 69a9637ec2

View File

@ -1,3 +1,7 @@
/*
* L.TileLayer is used for standard xyz-numbered tile layers.
*/
L.TileLayer = L.Class.extend({
includes: L.Mixin.Events,