mirror of
https://github.com/atom/atom.git
synced 2026-01-29 16:58:20 -05:00
Fix lint errors in MenuManager
This commit is contained in:
@@ -7,7 +7,7 @@ ipc = require 'ipc'
|
||||
module.exports =
|
||||
class MenuManager
|
||||
# Private:
|
||||
constructor: () ->
|
||||
constructor: ->
|
||||
@template = {}
|
||||
|
||||
# Public: Refreshes the currently visible menu.
|
||||
|
||||
Reference in New Issue
Block a user