Commit b6011c67 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Change how Comments class is exported.

I assume this is more along the lines how things are done in NodeJS.
parent 3846756a
Loading
Loading
Loading
Loading
+177 −179
Original line number Diff line number Diff line
var Targets = require("./targets");

module.exports = (function(){
/**
 * Represents a Comments table.
 *
@@ -193,5 +192,4 @@ module.exports = (function(){
    }
};

    return Comments;
})();
module.exports = Comments;