UNPKG

golden-layout

Version:

A multi-screen javascript Layout manager https://golden-layout.com

9 lines (8 loc) 235 B
lm.utils.BubblingEvent = function( name, origin ) { this.name = name; this.origin = origin; this.isPropagationStopped = false; }; lm.utils.BubblingEvent.prototype.stopPropagation = function() { this.isPropagationStopped = true; };