mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
👕 Fix "Return statement should not contain assignment"
This commit is contained in:
@@ -17,7 +17,7 @@ describe('TooltipManager', function () {
|
||||
|
||||
beforeEach(function () {
|
||||
manager = new TooltipManager({keymapManager: atom.keymaps, viewRegistry: atom.views})
|
||||
return element = createElement('foo')
|
||||
element = createElement('foo')
|
||||
})
|
||||
|
||||
var createElement = function (className) {
|
||||
|
||||
Reference in New Issue
Block a user