mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-06 06:28:33 +03:00
👕 remove a ;
This commit is contained in:
parent
1602b8cf45
commit
1c67912ab6
@ -40,7 +40,7 @@ describe "PaneResizeHandleElement", ->
|
||||
|
||||
beforeEach ->
|
||||
container = new PaneContainer
|
||||
containerElement = atom.views.getView(container);
|
||||
containerElement = atom.views.getView(container)
|
||||
document.querySelector('#jasmine-content').appendChild(containerElement)
|
||||
|
||||
resizeElementMove = (resizeElement, clientX, clientY) ->
|
||||
@ -106,5 +106,3 @@ describe "PaneResizeHandleElement", ->
|
||||
# dynamically close pane, the pane's flexscale will recorver to origin value
|
||||
lowerPane.close()
|
||||
expectPaneScale [leftPane, 0.5], [rightPane, 1.5]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user