We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faac8cd commit 8ce76c2Copy full SHA for 8ce76c2
public/hft/0.x.x/scripts/gameclient.js
@@ -240,7 +240,7 @@ define([
240
241
opts.data = misc.mergeObjects(opts.data);
242
opts.data.__hft_session_id__ = id; // eslint-disable-line
243
- opts.data.__hft_name__ = nameCookie.get() || "";
+ opts.data.__hft_name__ = nameCookie.get() || ""; // eslint-disable-line
244
sendCmdLowLevel('join', opts);
245
};
246
return GameClient;
public/hft/0.x.x/scripts/languages.js
@@ -1,4 +1,4 @@
1
-/*
+/*
2
* Copyright 2014, Gregg Tavares.
3
* All rights reserved.
4
*
@@ -105,6 +105,6 @@ define([
105
getDefaultLang: getDefaultLang,
106
getLang: getLang,
107
getLangs: getLangs,
108
- }
+ };
109
});
110
0 commit comments