File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default class LanguageModel {
1212 this . shiftKey = 'Shift'
1313 this . ok = 'OK'
1414 this . continue = 'Continue'
15- this . pressEnter = 'Press :enterKey' ;
15+ this . pressEnter = 'Press :enterKey'
1616 this . multipleChoiceHelpText = 'Choose as many as you like'
1717 this . otherPrompt = 'Other'
1818 this . placeholder = 'Type your answer here...'
@@ -31,10 +31,9 @@ export default class LanguageModel {
3131 this . ariaMultipleChoice = 'Press :letter to select'
3232 this . ariaTypeAnswer = 'Type your answer here'
3333
34-
35-
3634 Object . assign ( this , options || { } )
37- }
35+ }
36+
3837 /**
3938 * Inserts a new CSS class into the language model string to format the :string
4039 * Use it in a component's v-html directive: v-html="language.formatString(language.languageString)"
@@ -44,6 +43,7 @@ export default class LanguageModel {
4443 if ( this [ word ] ) {
4544 return '<span class="f-uppercase">' + this [ word ] + '</span>'
4645 }
46+
4747 return match
4848 } )
4949 }
You can’t perform that action at this time.
0 commit comments