mirror of
https://github.com/atom/atom.git
synced 2026-01-14 09:27:57 -05:00
💄 add trailing newlines
This commit is contained in:
@@ -1 +1 @@
|
||||
# For more on how to configure atom open `~/github/atom/docs/configuring-and-extending.md`
|
||||
# For more on how to configure atom open `~/github/atom/docs/configuring-and-extending.md`
|
||||
|
||||
@@ -1 +1 @@
|
||||
throw new Error("This package throws an exception")
|
||||
throw new Error("This package throws an exception")
|
||||
|
||||
@@ -6,4 +6,4 @@ module.exports =
|
||||
@activationEventCallCount++
|
||||
|
||||
serialize: ->
|
||||
previousData: 'overwritten'
|
||||
previousData: 'overwritten'
|
||||
|
||||
@@ -10,4 +10,4 @@ module.exports =
|
||||
deactivate: ->
|
||||
|
||||
serialize: ->
|
||||
{@someNumber}
|
||||
{@someNumber}
|
||||
|
||||
@@ -4,4 +4,4 @@ module.exports =
|
||||
deactivate: ->
|
||||
|
||||
serialize: ->
|
||||
throw new Error("I'm no good at this.")
|
||||
throw new Error("I'm no good at this.")
|
||||
|
||||
@@ -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