👔 Remove trailing comma

This commit is contained in:
Jason Rudolph
2017-06-08 15:44:15 -04:00
parent f62cb5d427
commit 1a60c450ca

View File

@@ -486,7 +486,7 @@ describe('WorkspaceElement', () => {
it('does not move or copy the active item', function () {
const item = {
element: document.createElement('div'),
getAllowedLocations: () => ['left', 'right'],
getAllowedLocations: () => ['left', 'right']
}
workspace.getBottomDock().show()