Use triple # internal comment

This commit is contained in:
Kevin Sawicki
2013-06-13 10:03:54 -07:00
parent 0f562330cf
commit 6615e0f2db

View File

@@ -1,10 +1,9 @@
Task = require 'task'
_ = require 'underscore'
# Internal:
### Internal ###
module.exports =
class RepositoryStatusTask extends Task
constructor: (@repo) ->
super('repository-status-handler')