Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
refactor widget.js, fix some missing 18n strings
Browse files Browse the repository at this point in the history
  • Loading branch information
blutorange committed Apr 8, 2019
1 parent 8bf2aa9 commit 03cd566
Show file tree
Hide file tree
Showing 5 changed files with 473 additions and 423 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ See also [the changelog of monaco-editor](https://github.com/Microsoft/monaco-ed

- update to PrimeFaces 7.0
- update to monaco editor 0.16.2
- No more uses of `eval`.
- no more uses of `eval`.
- due to the above: the property `extender` of the `monacoEditor` component, if given,
must now be a valid JavaScript expression evaluating to an extender object. Loading the extender
from an URL is not supported anymore. The recommended way is to define a factory function in
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@
</includes>
<closureLanguageIn>ECMASCRIPT_2018</closureLanguageIn>
<closureLanguageOut>ECMASCRIPT_2015</closureLanguageOut>
<closureOutputWrapper>(function(){%output%}).call(window);</closureOutputWrapper>
<closureAssumeFunctionWrapper>true</closureAssumeFunctionWrapper>
<outputFilename>widget.js</outputFilename>
<baseSourceDir>${project.basedir}/src/main/</baseSourceDir>
<baseTargetDir>${project.basedir}/target/generated-sources</baseTargetDir>
Expand Down
Loading

0 comments on commit 03cd566

Please sign in to comment.