mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Use triple # internal comment
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
Task = require 'task'
|
||||
_ = require 'underscore'
|
||||
|
||||
# Internal:
|
||||
### Internal ###
|
||||
module.exports =
|
||||
class RepositoryStatusTask extends Task
|
||||
|
||||
constructor: (@repo) ->
|
||||
super('repository-status-handler')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user