CSR-803: prettier changes
This commit is contained in:
parent
984018bf34
commit
b98f38e84d
3 changed files with 15 additions and 3 deletions
|
|
@ -84,7 +84,11 @@ export default {
|
||||||
// reset selectedAnswers for this glassPiece
|
// reset selectedAnswers for this glassPiece
|
||||||
this.selectedAnswers[glassPiece.answerKey] = [];
|
this.selectedAnswers[glassPiece.answerKey] = [];
|
||||||
|
|
||||||
const updatedGlassPiece = this.setupInitialData(glassPiece, i, alreadyAnsweredQuestions);
|
const updatedGlassPiece = this.setupInitialData(
|
||||||
|
glassPiece,
|
||||||
|
i,
|
||||||
|
alreadyAnsweredQuestions
|
||||||
|
);
|
||||||
|
|
||||||
// Set up watch for each set of glass questions
|
// Set up watch for each set of glass questions
|
||||||
this.$watch(
|
this.$watch(
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,11 @@ export default {
|
||||||
// reset selectedAnswers for this glassPiece
|
// reset selectedAnswers for this glassPiece
|
||||||
this.selectedAnswers[glassPiece.answerKey] = [];
|
this.selectedAnswers[glassPiece.answerKey] = [];
|
||||||
|
|
||||||
const updatedGlassPiece = this.setupInitialData(glassPiece, i, alreadyAnsweredQuestions);
|
const updatedGlassPiece = this.setupInitialData(
|
||||||
|
glassPiece,
|
||||||
|
i,
|
||||||
|
alreadyAnsweredQuestions
|
||||||
|
);
|
||||||
|
|
||||||
this.$watch(
|
this.$watch(
|
||||||
"selectedAnswers." + glassPiece.answerKey,
|
"selectedAnswers." + glassPiece.answerKey,
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,11 @@ export default {
|
||||||
// reset selectedAnswers for this glassPiece
|
// reset selectedAnswers for this glassPiece
|
||||||
this.selectedAnswers[glassPiece.answerKey] = [];
|
this.selectedAnswers[glassPiece.answerKey] = [];
|
||||||
|
|
||||||
const updatedGlassPiece = this.setupInitialData(glassPiece, i, alreadyAnsweredQuestions);
|
const updatedGlassPiece = this.setupInitialData(
|
||||||
|
glassPiece,
|
||||||
|
i,
|
||||||
|
alreadyAnsweredQuestions
|
||||||
|
);
|
||||||
|
|
||||||
// Set up watch for each set of glass questions
|
// Set up watch for each set of glass questions
|
||||||
this.$watch(
|
this.$watch(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue