mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Alphabetize extension arrays
This commit is contained in:
@@ -8,16 +8,16 @@ module.exports =
|
||||
class FileView extends View
|
||||
|
||||
@COMPRESSED_EXTENSIONS: [
|
||||
'.zip'
|
||||
'.gz'
|
||||
'.jar'
|
||||
'.tar'
|
||||
'.gz'
|
||||
'.zip'
|
||||
]
|
||||
|
||||
@IMAGE_EXTENSIONS: [
|
||||
'.gif'
|
||||
'.jpeg'
|
||||
'.jpg'
|
||||
'.gif'
|
||||
'.png'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user