From dd4249ad3abb2a9a4de3bf31ae050b543a9e013b Mon Sep 17 00:00:00 2001 From: Reid Burke Date: Thu, 17 Nov 2011 16:17:50 -0800 Subject: [PATCH] Add missing semicolons for onyx.js. --- lib/onyx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/onyx.js b/lib/onyx.js index 748baa4..75791ea 100644 --- a/lib/onyx.js +++ b/lib/onyx.js @@ -46,7 +46,7 @@ proto.makeArray = function (obj) { arr.push(obj[key]); } return arr; -} +}; /** * Implementation of a fs.stat collector for @@ -230,7 +230,7 @@ proto.handle = function (status, baton, cb) { cb(err); }); } -} +}; /** * Given an object with an HTTP request, response and