From 4e3c64d05a847717208d4bc057c9cf6dd4b4dd6e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 6 Oct 2012 14:14:47 -0400 Subject: [PATCH] Remove unused PathControl ctor param --- frontend/path_control.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/path_control.js b/frontend/path_control.js index 57659a1..5c97737 100644 --- a/frontend/path_control.js +++ b/frontend/path_control.js @@ -1,7 +1,7 @@ // // Armadillo File Manager -// Copyright (c) 2010-2011, Robert Sesek -// +// Copyright (c) 2010-2012, Robert Sesek +// // This program is free software: you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free Software // Foundation, either version 3 of the License, or any later version. @@ -13,10 +13,9 @@ $.namespace('armadillo.PathControl'); * Creates a new path editing control for a given path. * @param {string} path The path to create an editor for * @param {bool} editLastComponent Whether the last component should be shown as an edit box - * @param {DomHelper} opt_domHelper Optional DOM helper * @constructor */ -armadillo.PathControl = function(path, editLastComponent, opt_domHelper) { +armadillo.PathControl = function(path, editLastComponent) { /** * Full path of the control. * @type {string} -- 2.22.5