UNPKG

ember-ref-bucket

Version:

Ember DOM reference modifiers, helpers and decorators

13 lines (10 loc) 254 B
import { registerDestructor } from '@ember/destroyable'; import { cleanGlobalRef } from '../utils/ref'; export function initialize(appInstance) { registerDestructor(appInstance, () => { cleanGlobalRef(); }); } export default { initialize, };