Sha256: 40636b357d065fe95b5cd4960f48674c11e422952ca25e8bb7b1967e5970e8c5
Contents?: true
Size: 384 Bytes
Versions: 3
Compression:
Stored size: 384 Bytes
Contents
import EmberError from '@ember/error'; export default { // appendChild is only legal while rendering the buffer. appendChild() { throw new EmberError("You can't use appendChild outside of the rendering process"); }, // Handle events from `Ember.EventDispatcher` handleEvent() { return true; // continue event propagation }, rerender() {}, destroy() {}, };
Version data entries
3 entries across 3 versions & 1 rubygems