Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
commit
53bbbbdfb3
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
function Memory( options, level, nbcase ) {
|
function Memory( options, level, nbcase ) {
|
||||||
//console.log(nbcase);
|
//console.log(nbcase);
|
||||||
console.log("bob");
|
//console.log("bob");
|
||||||
this.options = extend( {}, this.options );
|
this.options = extend( {}, this.options );
|
||||||
extend( this.options, options );
|
extend( this.options, options );
|
||||||
this._init(level, nbcase);
|
this._init(level, nbcase);
|
||||||
|
Reference in New Issue
Block a user