Merge branch 'master' into jl-all-your-normalizes

This commit is contained in:
Jessica Lord
2015-05-11 18:17:47 -07:00
3 changed files with 5 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ module.exports = (grunt) ->
'ctags-darwin'
'ctags-linux'
'ctags-win32.exe'
'**/node_modules/spellchecker/**'
]
unpack = "{#{unpack.join(',')}}"

View File

@@ -100,7 +100,7 @@
"fuzzy-finder": "0.83.0",
"git-diff": "0.55.0",
"go-to-line": "0.30.0",
"grammar-selector": "0.46.0",
"grammar-selector": "0.47.0",
"image-view": "0.54.0",
"incompatible-packages": "0.24.0",
"keybinding-resolver": "0.32.0",

View File

@@ -87,8 +87,9 @@ class TooltipManager
new Disposable ->
tooltip = $target.data('bs.tooltip')
tooltip.leave(currentTarget: target)
tooltip.hide()
if tooltip?
tooltip.leave(currentTarget: target)
tooltip.hide()
$target.tooltip('destroy')
humanizeKeystrokes = (keystroke) ->