mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(cloudcmd) add strict mode
This commit is contained in:
parent
b7fc3dbd6f
commit
84e76dcbd8
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
var CloudCmd;
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
CloudCmd = load;
|
||||
|
||||
function load(prefix) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue