Fix lint errors in MenuManager

This commit is contained in:
Matt Colyer
2013-10-04 11:40:59 -07:00
parent d8e857efc9
commit b63a33c7bb

View File

@@ -7,7 +7,7 @@ ipc = require 'ipc'
module.exports =
class MenuManager
# Private:
constructor: () ->
constructor: ->
@template = {}
# Public: Refreshes the currently visible menu.