This commit is contained in:
sidya82 2015-03-18 09:44:41 +01:00
commit 53bbbbdfb3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
function Memory( options, level, nbcase ) {
//console.log(nbcase);
console.log("bob");
//console.log("bob");
this.options = extend( {}, this.options );
extend( this.options, options );
this._init(level, nbcase);