diff --git a/app/data/memos-dao.js b/app/data/memos-dao.js index 434c935c..347e8701 100644 --- a/app/data/memos-dao.js +++ b/app/data/memos-dao.js @@ -3,7 +3,7 @@ function MemosDAO(db) { "use strict"; - /* If this constructor is called without the "new" operator, "this" points + /* If this constructor is called without the "new" operator, "this" points TTTTTT * to the global object. Log a warning and call it correctly. */ if (false === (this instanceof MemosDAO)) { console.log("Warning: MemosDAO constructor called without 'new' operator");