Skip to content

Commit 8ce76c2

Browse files
committed
lint
1 parent faac8cd commit 8ce76c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/hft/0.x.x/scripts/gameclient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ define([
240240

241241
opts.data = misc.mergeObjects(opts.data);
242242
opts.data.__hft_session_id__ = id; // eslint-disable-line
243-
opts.data.__hft_name__ = nameCookie.get() || "";
243+
opts.data.__hft_name__ = nameCookie.get() || ""; // eslint-disable-line
244244
sendCmdLowLevel('join', opts);
245245
};
246246
return GameClient;

public/hft/0.x.x/scripts/languages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* Copyright 2014, Gregg Tavares.
33
* All rights reserved.
44
*
@@ -105,6 +105,6 @@ define([
105105
getDefaultLang: getDefaultLang,
106106
getLang: getLang,
107107
getLangs: getLangs,
108-
}
108+
};
109109
});
110110

0 commit comments

Comments
 (0)