Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jul 15, 2015
1 parent faac8cd commit 8ce76c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/hft/0.x.x/scripts/gameclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions public/hft/0.x.x/scripts/languages.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Copyright 2014, Gregg Tavares.
* All rights reserved.
*
Expand Down Expand Up @@ -105,6 +105,6 @@ define([
getDefaultLang: getDefaultLang,
getLang: getLang,
getLangs: getLangs,
}
};
});

0 comments on commit 8ce76c2

Please sign in to comment.