Skip to content

Commit

Permalink
Add default-async-observers optional feature. (#132)
Browse files Browse the repository at this point in the history
Add default-async-observers optional feature.
  • Loading branch information
rwjblue committed Sep 21, 2019
2 parents b7e0b5f + 2cedebe commit 9154bf4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions features/default-async-observers.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* eslint-disable no-console */
'use strict';

module.exports = {
description: 'Makes all observers asynchronous (unless manually indicated as synchronous when calling addObserver/observes).',
url: 'https://github.com/emberjs/rfcs/pull/494',
default: false,
since: '3.13.0'
};

0 comments on commit 9154bf4

Please sign in to comment.