platform/example/web/not-inlined.js
2018-07-09 02:14:25 -04:00

3 lines
No EOL
109 B
JavaScript

window.addEventListener('load', function() {
console.log('THIS message was not from an inlined file.');
});