Remove unneeded .

This commit is contained in:
Kevin Sawicki
2014-04-16 17:07:46 -07:00
parent be3a6bc6d0
commit 020c5e795a

View File

@@ -18,7 +18,7 @@ class ContextMenuManager
label: 'Inspect Element'
command: 'application:inspect'
executeAtBuild: (e) ->
@.commandOptions = x: e.pageX, y: e.pageY
@commandOptions = x: e.pageX, y: e.pageY
]
# Public: Creates menu definitions from the object specified by the menu