gecko/browser/devtools/webconsole/test/test-bug-595934-dom-events-external2.js

11 lines
215 B
JavaScript
Raw Normal View History

/*
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/
*/
window.addEventListener("DOMContentLoaded", function(aEvent) {
aEvent.preventBubble();
}, false);