Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPaulBrewer committed May 18, 2017
1 parent f3cadfe commit 68fdf2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/index.js
Expand Up @@ -124,7 +124,7 @@ var Simulation = exports.Simulation = function () {
* @param {number} config.L Minimum suggested agent price. Sets .minPrice in agent constructor options
* @param {number} config.H Maximum suggested agent price. Sets .maxPrice in agent constructor options
* @param {boolean} [config.silent] If true, suppress console.log messages providing total number of agents, etc.
* @param {boolean} [config.withoutOrderLogs] If true, suppreses buyorderlog and sellorderlog
* @param {boolean} [config.withoutOrderLogs] If true, suppresses buyorderlog and sellorderlog
*/

function Simulation(config) {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -88,7 +88,7 @@ export class Simulation {
* @param {number} config.L Minimum suggested agent price. Sets .minPrice in agent constructor options
* @param {number} config.H Maximum suggested agent price. Sets .maxPrice in agent constructor options
* @param {boolean} [config.silent] If true, suppress console.log messages providing total number of agents, etc.
* @param {boolean} [config.withoutOrderLogs] If true, suppreses buyorderlog and sellorderlog
* @param {boolean} [config.withoutOrderLogs] If true, suppresses buyorderlog and sellorderlog
*/

constructor(config){
Expand Down

0 comments on commit 68fdf2d

Please sign in to comment.