mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
Removed unused parameter
This commit is contained in:
@ -132,11 +132,8 @@ define(
|
||||
* cloning objects, and composing them with their child clones
|
||||
* as it goes
|
||||
* @private
|
||||
* @param originalObject
|
||||
* @param originalParent
|
||||
* @returns {*}
|
||||
*/
|
||||
CopyTask.prototype.copy = function(originalObject, originalParent) {
|
||||
CopyTask.prototype.copy = function(originalObject) {
|
||||
var self = this,
|
||||
clone;
|
||||
|
||||
|
Reference in New Issue
Block a user