OSDN Git Service

fix a typo
[webchat/WebChat.git] / room.js
diff --git a/room.js b/room.js
index c295da5..b64a059 100644 (file)
--- a/room.js
+++ b/room.js
@@ -1,5 +1,5 @@
 //RoomInfomationCollecion\83N\83\89\83X
-module.exports.RoomInfomationCollection = function()
+module.exports = function()
 {
        var config = require("./configure.js");
        var MySQLPool = new require("./mysql_pool.js");