mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Removed TODO list
This commit is contained in:
parent
5ed5080f04
commit
a97b733444
1 changed files with 0 additions and 9 deletions
|
@ -6,15 +6,6 @@ var Promise = require("bluebird");
|
|||
|
||||
var lib = require("./lib.js");
|
||||
|
||||
/*
|
||||
TEST/TODO: Things to refactor:
|
||||
X Diceware.getRandomValue
|
||||
X Diceware.getBase6
|
||||
X Diceware.convertBase6ToDice
|
||||
X Diceware.getNumValuesFromNumDice
|
||||
- Diceware.rollDice(1).roll.length
|
||||
*/
|
||||
|
||||
|
||||
//
|
||||
// This "put everything in an object" approach is a holdover from
|
||||
|
|
Loading…
Reference in a new issue