Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Nov 25, 2014
1 parent 8d4c1b8 commit 0c9ebf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/hft/0.x.x/scripts/misc/dpad.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ define(

/**
* Draws the dpad given a DirInfo
* @param {DirInfo} dirInfo
* @param {module:Input.DirectionInfo} dirInfo
*/
DPad.prototype.draw = function(dirInfo) {
this.drawBits(dirInfo.bits);
Expand Down
2 changes: 1 addition & 1 deletion public/hft/0.x.x/scripts/misc/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ define(['./misc'], function(Misc) {
/**
* @typedef {Object} EventInfo
* @property {number} pad the pad id 0, 1, 2, etc.
* @property {module:Input~DirectionInfo} info the direction
* @property {module:Input.DirectionInfo} info the direction
* info for the event.
* @memberOf module:Input
*/
Expand Down
2 changes: 1 addition & 1 deletion server/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Game.prototype.getNumPlayers = function() {

/**
* Game objects can exist without a 'game'. If controllers
* connect to the relayserver before the game starts the
* connect to happyfuntimes before the game starts the
* `Game` object will exist but no client (the websocket
* connected to the game) will exist yet.
*
Expand Down

0 comments on commit 0c9ebf0

Please sign in to comment.