Fix some typos, missing semi-colons, etc...

This is a combination of 4 commits:
* Fix some small typos, missing semi-colons, etc.
* Fix comment for angular.scenario.SpecRunner.run method
* Fixed some missing semi-colons in cookbook
* Fixed missing semi-colon in nodeserver/server.js
This commit is contained in:
Vojta Jina
2011-04-20 00:24:20 +02:00
committed by Igor Minar
parent 35bb19856c
commit f85c82acd6
7 changed files with 10 additions and 11 deletions

View File

@@ -97,7 +97,7 @@ StaticServlet.prototype.handleRequest = function(req, res) {
return self.sendDirectory_(req, res, path);
return self.sendFile_(req, res, path);
});
}
};
StaticServlet.prototype.sendError_ = function(req, res, error) {
res.writeHead(500, {