Skip to content

Commit 396875d

Browse files
committed
Fix parameter toQualified function
1 parent 2b2fa7b commit 396875d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ember.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2297,7 +2297,7 @@ Parameter.prototype.setValue = function(value, callback) {
22972297
}
22982298

22992299
Parameter.prototype.toQualified = function() {
2300-
let qp = new QualifiedNode(this.getPath());
2300+
let qp = new QualifiedParameter(this.getPath());
23012301
qp.update(this);
23022302
return qp;
23032303
}

0 commit comments

Comments
 (0)