mirror of
https://github.com/nasa/openmct.git
synced 2025-01-26 14:19:26 +00:00
Removed unused parameter
This commit is contained in:
parent
57efe4e0d1
commit
c038ccd0d2
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user