From 3e8dba2fdc72539a76f146710395c1d8b7d0a44a Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 9 Jan 2011 00:40:35 -0500 Subject: [PATCH] Added missing comma to variable list --- lib/class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/class.js b/lib/class.js index cebf28d..038e3a1 100644 --- a/lib/class.js +++ b/lib/class.js @@ -61,7 +61,7 @@ exports.implement = function() dest = {}, arg = null, - abstract_list = [] + abstract_list = [], implemented = []; // add each of the interfaces