Fix method reference

This commit is contained in:
Cryptkeeper 2015-11-03 01:41:27 -06:00
parent 3373ebc9ee
commit e213561436

@ -28,4 +28,4 @@ exports.untrack = function(name) {
return timestamp;
};
exports.getCurrentTimeMs = getCurrentTimeMs();
exports.getCurrentTimeMs = getCurrentTimeMs;