From 8ce76c29baec70a0846799e45b828797f47928f9 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Wed, 15 Jul 2015 17:16:45 +0900 Subject: [PATCH] lint --- public/hft/0.x.x/scripts/gameclient.js | 2 +- public/hft/0.x.x/scripts/languages.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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, - } + }; });