diff --git a/public/hft/0.x.x/scripts/gameclient.js b/public/hft/0.x.x/scripts/gameclient.js index 4ec53082..8cd341ed 100644 --- a/public/hft/0.x.x/scripts/gameclient.js +++ b/public/hft/0.x.x/scripts/gameclient.js @@ -240,7 +240,7 @@ define([ opts.data = misc.mergeObjects(opts.data); opts.data.__hft_session_id__ = id; // eslint-disable-line - opts.data.__hft_name__ = nameCookie.get() || ""; + opts.data.__hft_name__ = nameCookie.get() || ""; // eslint-disable-line sendCmdLowLevel('join', opts); }; return GameClient; diff --git a/public/hft/0.x.x/scripts/languages.js b/public/hft/0.x.x/scripts/languages.js index 9071dc76..ecd88d22 100644 --- a/public/hft/0.x.x/scripts/languages.js +++ b/public/hft/0.x.x/scripts/languages.js @@ -1,4 +1,4 @@ -/* +/* * Copyright 2014, Gregg Tavares. * All rights reserved. * @@ -105,6 +105,6 @@ define([ getDefaultLang: getDefaultLang, getLang: getLang, getLangs: getLangs, - } + }; });