diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d52be..206fa57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#### 4.1.2 (24/02/2015) +Correction de bugs : +* Mots mal détruits + #### 4.1.1 (24/02/2015) Fonctionnalités : * Ajout du son ambiant à nouveau (+ version mp3) diff --git a/README.md b/README.md index 90e6277..93c9363 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Application - La Séparation v4.1.1 +Application - La Séparation v4.1.2 ======= Application web et tablette sur la poésie à deux mi-mots diff --git a/src/lib_separation/word/word.js b/src/lib_separation/word/word.js index 94426a3..418d306 100755 --- a/src/lib_separation/word/word.js +++ b/src/lib_separation/word/word.js @@ -58,7 +58,7 @@ Word.prototype.generate = function() { var new_code, new_value, new_next_value; - if(!this.font) { + if(!!this.font) { this.destroy(); }