diff options
Diffstat (limited to 'background_scripts/main.coffee')
| -rw-r--r-- | background_scripts/main.coffee | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 83108b93..5f0effcb 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -218,8 +218,6 @@ filterCompleter = (args, port) ->    queryTerms = if (args.query == "") then [] else args.query.split(whitespaceRegexp)    completers[args.name].filter(queryTerms, (results) -> port.postMessage({ id: args.id, results: results })) -getCurrentTimeInSeconds = -> Math.floor((new Date()).getTime() / 1000) -  chrome.tabs.onSelectionChanged.addListener (tabId, selectionInfo) ->    if (selectionChangedHandlers.length > 0)      selectionChangedHandlers.pop().call() | 
