1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-05 14:17:26 +02:00

JS: Add 'use strict'

This commit is contained in:
Jakub Vrana
2025-03-27 10:11:35 +01:00
parent 81ae16bce1
commit 0578b5c490
4 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// Editor specific functions
'use strict'; // Editor specific functions
function messagesPrint() {
}