📝 Mark LessCompileCache class private

This commit is contained in:
Kevin Sawicki
2013-11-22 11:40:45 -08:00
parent 33eb0bae8f
commit 595ff19b5b

View File

@@ -5,6 +5,7 @@ LessCache = require 'less-cache'
tmpDir = if process.platform is 'win32' then os.tmpdir() else '/tmp'
# Private: {LessCache} wrapper used by {ThemeManager} to read stylesheets.
module.exports =
class LessCompileCache
Subscriber.includeInto(this)