Typo fix
This commit is contained in:
parent
c77493e2ca
commit
7666701596
|
|
@ -29,7 +29,7 @@ var sectionInterestsComponent = {
|
||||||
methods: {
|
methods: {
|
||||||
addInterest: function()
|
addInterest: function()
|
||||||
{
|
{
|
||||||
var item = models.wDefaultInterest();
|
var item = models.getDefaultInterest();
|
||||||
this.$root.sections.interests.push(item);
|
this.$root.sections.interests.push(item);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -63,4 +63,4 @@ var sectionInterestsComponent = {
|
||||||
this.$root.moveArrayPosition(this.$root.sections.interests, index, index + 1);
|
this.$root.moveArrayPosition(this.$root.sections.interests, index, index + 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue