Remove extra comma and unnecessary semicolons

This commit is contained in:
David Cormier 2013-12-17 15:39:22 -05:00
commit 0912a2b55b
4 changed files with 9 additions and 9 deletions

View file

@ -1058,7 +1058,7 @@
return {
length: len,
compression: comp,
compression: comp
};
},
@ -1083,7 +1083,7 @@
if (type) {
return {
type: type,
content: self._runType(type),
content: self._runType(type)
};
}
},
@ -1185,7 +1185,7 @@
var msg = {
header: header,
id: id,
objects: objects,
objects: objects
};
return msg;