Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glench committed Jun 16, 2012
1 parent 7e45cad commit 4869011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ultimatum.html
Expand Up @@ -139,6 +139,7 @@ <h2>{{ amount }}</h2>
// doing this globally even though it is evil
ultimatum = null;
function initialize() {
console.log(numPlayers, variables, myid)
ultimatum = Ultimatum(numPlayers, variables.total_amount, variables.percent_needed, myid);
/*ultimatum = Ultimatum(2, 10, .5, 1); // TODO: remove this after debugging*/
ultimatum.start();
Expand Down
2 changes: 1 addition & 1 deletion ultimatum.js
Expand Up @@ -3,7 +3,7 @@ var Ultimatum = function(numPlayers, totalAmount, percentNeeded, currentPlayerId
// This also requires running with a proprietary framework called SnapLab
// that has a very dumb API based on globally-defined functions and
// variables, so instead of calling that code directly from here, I just
// events.
// fire events.
//
// requires jQuery and underscore.js

Expand Down

0 comments on commit 4869011

Please sign in to comment.