UNPKG

290 BJavaScriptView Raw
1/* eslint-disable no-console */
2'use strict';
3
4module.exports = {
5 description:
6 'Makes all observers asynchronous (unless manually indicated as synchronous when calling addObserver/observes).',
7 url: 'https://github.com/emberjs/rfcs/pull/494',
8 default: false,
9 since: '3.13.0',
10};