mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove dangling function
This commit is contained in:
@@ -7,7 +7,7 @@ fs = require 'fs'
|
||||
module.exports =
|
||||
class PreviewList extends ScrollView
|
||||
@content: ->
|
||||
@ol class: 'preview-list', tabindex: -1, ->
|
||||
@ol class: 'preview-list', tabindex: -1
|
||||
|
||||
selectedOperationIndex: 0
|
||||
operations: null
|
||||
|
||||
Reference in New Issue
Block a user