Fixed possible typo

This commit is contained in:
J. Ozymandias Fallick
2013-09-12 13:30:36 -04:00
parent e754670733
commit bace2f594e
+2 -2
View File
@@ -57,7 +57,7 @@ var getBuildUrl = function(url){
console.log("CALLED ", url)
if(buildFiles[url]) return buildFiles[url];
return filename;
return url;
}
module.exports.locals = function(req, res, next) {
@@ -76,4 +76,4 @@ module.exports.locals = function(req, res, next) {
// # Set locale to bg on dev
// #model.set '_i18n.locale', 'bg' if process.env.NODE_ENV is "development"
// next()
*/
*/