Added missing comma to variable list
parent
56c13b757b
commit
3e8dba2fdc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue