remove trailing comma in js object literal
Change-Id: If1d66971a39ee97352a2116c02564c2ccc2cdc3e Reviewed-on: https://gerrit.instructure.com/2473 Reviewed-by: Brian Whitmer <brian@instructure.com> Tested-by: Hudson <hudson@instructure.com>
This commit is contained in:
parent
bbd6b8f6dd
commit
18cd4a4491
|
@ -43,5 +43,5 @@ var timing = {
|
|||
result.referenceOffset = (offsetDiff * 1000) + (myOffset * 60000);
|
||||
}
|
||||
return result;
|
||||
},
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue