1
0
Fork 0

Added missing comma to variable list

closure/master
Mike Gerwitz 2011-01-09 00:40:35 -05:00
parent 56c13b757b
commit 3e8dba2fdc
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ exports.implement = function()
dest = {}, dest = {},
arg = null, arg = null,
abstract_list = [] abstract_list = [],
implemented = []; implemented = [];
// add each of the interfaces // add each of the interfaces