summaryrefslogtreecommitdiffstats
path: root/browser/components/places/content/places-menupopup.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/places/content/places-menupopup.js')
-rw-r--r--browser/components/places/content/places-menupopup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/places/content/places-menupopup.js b/browser/components/places/content/places-menupopup.js
index 1d7615aa27..df00268563 100644
--- a/browser/components/places/content/places-menupopup.js
+++ b/browser/components/places/content/places-menupopup.js
@@ -583,7 +583,7 @@ function closingPopupEndsDrag(popup) {
event.stopPropagation();
}
- on_dragend(event) {
+ on_dragend() {
this._cleanupDragDetails();
}
}