Change case

This commit is contained in:
Chris Blanchard 2015-07-22 14:53:50 +01:00
parent b65d5283a5
commit b91e812fcd
3 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
"use strict";
var Author = require("./Author");
var Author = require("./author");
function Message (o) {
this.author = Author(o.author);