👕 Add missing semicolons

This commit is contained in:
Max Brunsfeld 2016-02-16 15:26:58 -08:00
parent ccef805e9b
commit 3e3e593366
3 changed files with 6 additions and 6 deletions

View file

@ -109,6 +109,6 @@ deprecate.setHandler = function(handler) {
deprecate.getHandler = function() {
return deprecationHandler;
}
};
module.exports = deprecate;