[PALEMOON] Places - remove unused @param from controller.js

This commit is contained in:
janekptacijarabaci 2018-07-21 11:13:30 +02:00 committed by Roy Tam
commit 996f5467a4

View file

@ -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.
*/