1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 12:00:03 +02:00
Files
minifyfromhtml/example/js/spectacularwidget.js
2018-05-05 13:49:18 +02:00

6 lines
132 B
JavaScript

var spectacularwidget = function(me) {
me.innerHTML = 'this is so spectacular!';
};
window.spectacularwidget = spectacularwidget;