Made changes based on jslint

This commit is contained in:
Jason Kim
2014-12-09 22:26:42 -08:00
parent bd2633acf4
commit 202af046aa
2 changed files with 3 additions and 3 deletions

View File

@@ -18,4 +18,4 @@ module.exports.detectType = function(text){
}
return "graph";
}
};