mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge remote-tracking branch 'origin/master' into config
Conflicts: src/app/keymap.coffee src/extensions/outline-view/src/keymap.coffee src/extensions/outline-view/src/tag-reader.coffee src/packages/fuzzy-finder/spec/fuzzy-finder-spec.coffee src/packages/fuzzy-finder/src/fuzzy-finder.coffee
This commit is contained in:
@@ -82,3 +82,6 @@ _.mixin
|
||||
|
||||
@pendingNextTickFns.push(fn)
|
||||
@messageChannel.port2.postMessage(0)
|
||||
|
||||
endsWith: (string, suffix) ->
|
||||
string.indexOf(suffix, string.length - suffix.length) isnt -1
|
||||
|
||||
Reference in New Issue
Block a user