We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c178001 commit e80cc41Copy full SHA for e80cc41
src/models/baseFrame.js
@@ -60,7 +60,7 @@ class baseFrame {
60
}
61
62
static copy(frame) {
63
- return this.constructor.fromJson(Object.assign(new Config, frame.config), {
+ return this.fromJson(Object.assign(new Config, frame.config), {
64
id: frame.id,
65
project: frame.project,
66
resource: frame.resource,
0 commit comments