adds missing semicolons in src/node/utils folder

This commit is contained in:
disy-mk 2013-03-24 01:18:44 +01:00
parent 35e4891217
commit c78aad16ea
9 changed files with 33 additions and 35 deletions

View file

@ -289,5 +289,4 @@ exports.getPadTXTDocument = function (padId, revNum, noDocType, callback)
callback(null, html);
});
});
}
};