Skip to content

Commit

Permalink
Merge pull request #16959 from IzzatN/cleanup-mixins
Browse files Browse the repository at this point in the history
removed redundant codepath
  • Loading branch information
rwjblue authored Oct 18, 2018
2 parents 8189324 + f2710e7 commit c03cdb1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,6 @@ function getTarget(instance) {
}
}

// if a `targetObject` CP was provided, use it
if (target) {
return target;
}

// if _targetObject use it
if (TARGET_OBJECT && instance._targetObject) {
return instance._targetObject;
Expand Down

0 comments on commit c03cdb1

Please sign in to comment.