summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-07-21 11:13:30 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-07-21 11:13:30 +0200
commitbc44bb27e4667ae747eb282f0c9adfd7f2ff482b (patch)
tree9c91fbc2aad6376f2720c2898007b9cd92afab91 /application
parentb4f748a7c53bc644b501756f78e3065ce9021e3c (diff)
downloadUXP-bc44bb27e4667ae747eb282f0c9adfd7f2ff482b.tar
UXP-bc44bb27e4667ae747eb282f0c9adfd7f2ff482b.tar.gz
UXP-bc44bb27e4667ae747eb282f0c9adfd7f2ff482b.tar.lz
UXP-bc44bb27e4667ae747eb282f0c9adfd7f2ff482b.tar.xz
UXP-bc44bb27e4667ae747eb282f0c9adfd7f2ff482b.zip
[PALEMOON] Places - remove unused @param from controller.js
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/components/places/content/controller.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/application/palemoon/components/places/content/controller.js b/application/palemoon/components/places/content/controller.js
index e2ae2afb0..7ddb74cb7 100644
--- a/application/palemoon/components/places/content/controller.js
+++ b/application/palemoon/components/places/content/controller.js
@@ -300,9 +300,6 @@ PlacesController.prototype = {
* are non-removable. We don't need to worry about recursion here since it
* is a policy decision that a removable item not be placed inside a non-
* removable item.
- * @param aIsMoveCommand
- * True if the command for which this method is called only moves the
- * selected items to another container, false otherwise.
* @returns true if all nodes in the selection can be removed,
* false otherwise.
*/