Skip to content

Commit

Permalink
πŸ‘” Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Jun 8, 2017
1 parent f62cb5d commit 1a60c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/workspace-element-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1a60c45

Please sign in to comment.