From 4491ba5e988aa069839ca073f9de6bada596857f Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Sat, 5 Mar 2016 13:43:13 +0000 Subject: Reformat link hint mode objects for easier diffs This is a no-op. --- content_scripts/link_hints.coffee | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'content_scripts') diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index 57fec611..45145d49 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -10,13 +10,20 @@ # # The "name" property below is a short-form name to appear in the link-hints mode's name. It's for debug only. # -OPEN_IN_CURRENT_TAB = name: "curr-tab" -OPEN_IN_NEW_BG_TAB = name: "bg-tab" -OPEN_IN_NEW_FG_TAB = name: "fg-tab" -OPEN_WITH_QUEUE = name: "queue" -COPY_LINK_URL = name: "link" -OPEN_INCOGNITO = name: "incognito" -DOWNLOAD_LINK_URL = name: "download" +OPEN_IN_CURRENT_TAB = + name: "curr-tab" +OPEN_IN_NEW_BG_TAB = + name: "bg-tab" +OPEN_IN_NEW_FG_TAB = + name: "fg-tab" +OPEN_WITH_QUEUE = + name: "queue" +COPY_LINK_URL = + name: "link" +OPEN_INCOGNITO = + name: "incognito" +DOWNLOAD_LINK_URL = + name: "download" LinkHints = activateMode: (count = 1, mode = OPEN_IN_CURRENT_TAB) -> -- cgit v1.2.3