Ember.run.queues

queuesArrayprivate

Defined in packages/ember-metal/lib/run_loop.js:218

Array of named queues. This array determines the order in which queues are flushed at the end of the RunLoop. You can define your own queues by simply adding the queue name to this array. Normally you should not need to inspect or modify this property.

Default: ['sync', 'actions', 'destroy']

doc_EmberJs
2016-11-30 16:51:41
Comments
Leave a Comment

Please login to continue.