diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-16 11:34:00 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-16 11:34:00 -0400 |
commit | a2cfb71d898aca98d621f1b86dd5611337eea034 (patch) | |
tree | 92c89cc94496d7e9cd99a64f62382bc5350c6478 /src/SMAPI.Web/wwwroot/Content/js/mods.js | |
parent | c776f6053bd0b9db909ebda2853a86c1cd21c2cf (diff) | |
download | SMAPI-a2cfb71d898aca98d621f1b86dd5611337eea034.tar.gz SMAPI-a2cfb71d898aca98d621f1b86dd5611337eea034.tar.bz2 SMAPI-a2cfb71d898aca98d621f1b86dd5611337eea034.zip |
minor cleanup
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/js/mods.js')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/js/mods.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/js/mods.js b/src/SMAPI.Web/wwwroot/Content/js/mods.js index 35098b60..ac2754a4 100644 --- a/src/SMAPI.Web/wwwroot/Content/js/mods.js +++ b/src/SMAPI.Web/wwwroot/Content/js/mods.js @@ -1,5 +1,3 @@ -/* globals $ */ - var smapi = smapi || {}; var app; smapi.modList = function (mods, enableBeta) { |