mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Fix lint errors
This commit is contained in:
@@ -230,8 +230,8 @@ describe "AtomEnvironment", ->
|
||||
atomEnv.initialize({
|
||||
window: {
|
||||
requestIdleCallback: (callback) -> idleCallbacks.push(callback),
|
||||
addEventListener: () ->
|
||||
removeEventListener: () ->
|
||||
addEventListener: ->
|
||||
removeEventListener: ->
|
||||
},
|
||||
document: document.implementation.createHTMLDocument()
|
||||
})
|
||||
@@ -263,8 +263,8 @@ describe "AtomEnvironment", ->
|
||||
atomEnv.initialize({
|
||||
window: {
|
||||
requestIdleCallback: (callback) -> idleCallbacks.push(callback),
|
||||
addEventListener: () ->
|
||||
removeEventListener: () ->
|
||||
addEventListener: ->
|
||||
removeEventListener: ->
|
||||
},
|
||||
document: document.implementation.createHTMLDocument()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user