diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-08-26 09:24:34 +0200 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-08-26 16:29:28 +0200 |
commit | a3a71ed916994df700f42b58b6400dafed3db8e4 (patch) | |
tree | 432f2cab5a7d94c1b1fd23bc693002d998a0bb6e /unotest/source/embindtest | |
parent | 42f677c5f67a23e0cfb4fcc664efce078718489d (diff) |
'use strict' is of no use here...
...in snippets that are included with --pre-js/--post-js
Change-Id: I928aa16b78284314796a0645479dce0dfc7b42cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172383
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'unotest/source/embindtest')
-rw-r--r-- | unotest/source/embindtest/embindtest.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unotest/source/embindtest/embindtest.js b/unotest/source/embindtest/embindtest.js index f75653a897cf..9551a9a56bca 100644 --- a/unotest/source/embindtest/embindtest.js +++ b/unotest/source/embindtest/embindtest.js @@ -7,8 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -'use strict'; - Module.uno_init.then(function() { console.log('Running embindtest'); let css = Module.uno.com.sun.star; |