mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-24 17:56:35 -05:00
Removed inappropriate comment
This commit is contained in:
parent
1e33d1a81e
commit
4d85db3b5b
1 changed files with 0 additions and 3 deletions
3
main.js
3
main.js
|
@ -384,9 +384,6 @@ Diceware.rollDiceHandler = function(e) {
|
||||||
for (var i=0; i<num_dice; i++) {
|
for (var i=0; i<num_dice; i++) {
|
||||||
|
|
||||||
var roll = {};
|
var roll = {};
|
||||||
//
|
|
||||||
// Roll 5 dice for 7,776 words.
|
|
||||||
//
|
|
||||||
roll.dice = Diceware.rollDice(Diceware.num_dice_per_roll);
|
roll.dice = Diceware.rollDice(Diceware.num_dice_per_roll);
|
||||||
roll.word = Diceware.get_word(wordlist, roll.dice.value);
|
roll.word = Diceware.get_word(wordlist, roll.dice.value);
|
||||||
rolls.push(roll);
|
rolls.push(roll);
|
||||||
|
|
Loading…
Reference in a new issue