📝 Remove Internal: comment

This commit is contained in:
Kevin Sawicki 2014-02-10 11:48:21 -08:00
parent 0724dd7a7c
commit 81e86c1467

View File

@ -1,10 +1,7 @@
AtomPackage = require './atom-package'
### Internal: Loads and resolves packages. ###
module.exports =
class ThemePackage extends AtomPackage
getType: -> 'theme'
getStylesheetType: -> 'theme'