mirror of
https://github.com/atom/atom.git
synced 2026-02-14 16:45:14 -05:00
💄 add trailing newlines
This commit is contained in:
@@ -85,4 +85,4 @@ class AtomPackage extends Package
|
||||
loadStylesheets: ->
|
||||
stylesheetDirPath = fs.join(@path, 'stylesheets')
|
||||
for stylesheetPath in fs.list(stylesheetDirPath)
|
||||
requireStylesheet(stylesheetPath)
|
||||
requireStylesheet(stylesheetPath)
|
||||
|
||||
@@ -168,4 +168,4 @@ _.extend atom,
|
||||
@sendMessageToBrowserProcess('update')
|
||||
|
||||
getUpdateStatus: (callback) ->
|
||||
@sendMessageToBrowserProcess('getUpdateStatus', [], callback)
|
||||
@sendMessageToBrowserProcess('getUpdateStatus', [], callback)
|
||||
|
||||
@@ -50,4 +50,4 @@ class SortableList extends View
|
||||
|
||||
getSortableElement: (event) ->
|
||||
el = $(event.target)
|
||||
if !el.hasClass('sortable') then el.closest('.sortable') else el
|
||||
if !el.hasClass('sortable') then el.closest('.sortable') else el
|
||||
|
||||
Reference in New Issue
Block a user