mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
chore(main) "strict mode" -> "use strict"
This commit is contained in:
parent
6198ee129b
commit
e0c3be04e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
(function(){
|
||||
'strict mode';
|
||||
'use strict';
|
||||
|
||||
/* Global var accessible from any loaded module */
|
||||
global.cloudcmd = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue