From 00a8820b5bf69508aeb5aa7fa2ee4c28aa60966c Mon Sep 17 00:00:00 2001 From: Benny Lichtner Date: Tue, 5 Nov 2013 20:58:45 -0800 Subject: [PATCH] Updated description of L.Popup source arg https://github.com/Leaflet/Leaflet/issues/2146 --- reference.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference.html b/reference.html index 1cf137a9..0814b768 100644 --- a/reference.html +++ b/reference.html @@ -1584,7 +1584,7 @@ var map = L.map('map', { L.Popup( <Popup options> options?, - <object> source? ) + <ILayer> source? ) @@ -1592,7 +1592,7 @@ var map = L.map('map', { L.popup() - Instantiates a Popup object given an optional options object that describes its appearance and location and an optional object that is used to tag the popup with a reference to the source object to which it refers. + Instantiates a Popup object given an optional options object that describes its appearance and location and an optional source object that is used to tag the popup with a reference to the ILayer to which it refers.