Skip to content

Commit

Permalink
Update jss.editor.textlocale.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GBonnaire authored Feb 22, 2022
1 parent efafdb1 commit 2af61f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions editors/text/jss.editor.textlocale.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
* jspreadsheet(document.getElementById('spreadsheet'), {
* columns: [
* {
* type: 'textlocal',
* local: "nl-NL",
* type: 'textlocale',
* locale: "nl-NL",
* },
* {
* type: 'textlocal',
* local: "fr-FR",
* type: 'textlocale',
* locale: "fr-FR",
* },
* ],
* });
Expand Down Expand Up @@ -117,4 +117,4 @@
}

return methods;
}();
}();

0 comments on commit 2af61f0

Please sign in to comment.