mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Don't emit grammars-loaded event
This commit is contained in:
@@ -13,7 +13,6 @@ class TextMatePackage extends Package
|
||||
@getLoadQueue: ->
|
||||
return @loadQueue if @loadQueue
|
||||
@loadQueue = async.queue (pack, done) -> pack.loadGrammars(done)
|
||||
@loadQueue.drain = -> syntax.trigger 'grammars-loaded'
|
||||
@loadQueue
|
||||
|
||||
constructor: ->
|
||||
|
||||
Reference in New Issue
Block a user