Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality

Conflicts:
	src/database.js
This commit is contained in:
psychobunny
2014-04-14 17:36:10 -04:00
107 changed files with 485 additions and 466 deletions

View File

@@ -141,4 +141,4 @@ module.exports = function(User) {
});
});
};
};
};

View File

@@ -65,4 +65,4 @@ module.exports = function(User) {
db.isSetMember('following:' + uid, theirid, callback);
};
};
};

View File

@@ -180,4 +180,4 @@ var async = require('async'),
});
};
}(exports));
}(exports));

View File

@@ -253,4 +253,4 @@ module.exports = function(User) {
}
};
};
};

View File

@@ -89,4 +89,4 @@ var async = require('async'),
});
};
}(exports));
}(exports));

View File

@@ -41,4 +41,3 @@ module.exports = function(User) {
});
};
};

View File

@@ -52,4 +52,4 @@ module.exports = function(User) {
language: data.language || meta.config.defaultLang
}, callback);
};
};
};