Removed unused parameter

This commit is contained in:
Henry 2015-12-03 18:24:38 -08:00
parent 57efe4e0d1
commit c038ccd0d2

View File

@ -132,11 +132,8 @@ define(
* cloning objects, and composing them with their child clones * cloning objects, and composing them with their child clones
* as it goes * as it goes
* @private * @private
* @param originalObject
* @param originalParent
* @returns {*}
*/ */
CopyTask.prototype.copy = function(originalObject, originalParent) { CopyTask.prototype.copy = function(originalObject) {
var self = this, var self = this,
clone; clone;