📝 Mark Atom class as public

This commit is contained in:
Kevin Sawicki
2013-09-26 08:34:45 -07:00
parent 3f5875e5db
commit 8660a46fac

View File

@@ -14,6 +14,7 @@ PackageManager = require './package-manager'
ThemeManager = require './theme-manager'
ContextMenuManager = require './context-menu-manager'
# Public: Atom global for dealing with packages, themes, menus, and the window.
module.exports =
class Atom
constructor: ->