fixed extra square-bracket

This commit is contained in:
Heigh Tech LLC 2011-02-01 20:30:20 +01:00
commit b23ff177cd

View file

@ -280,7 +280,6 @@ exports.launch = function(env) {
mode = "python";
} else if (/^.*\.php$/i.test(file.name)) {
mode = "php";
}
} else if (/^.*\.rb$/i.test(file.name)) {
mode = "ruby";
}