From 7d33e1302a9225697b484919b9d36ea896e2022c Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 14 Jun 2013 09:26:07 -0700 Subject: [PATCH] Doc what unicode characters render to --- src/atom-application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom-application.coffee b/src/atom-application.coffee index 0b3936ad7..25f3a5d8a 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -113,7 +113,7 @@ class AtomApplication if @dev menus.push - label: '\uD83D\uDC80' + label: '\uD83D\uDC80' # Skull emoji submenu: [ { label: 'In Development Mode', enabled: false } ] menus.push