1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10:04 +02:00

an example to minify

This commit is contained in:
s2
2018-05-05 13:49:18 +02:00
commit 48c1138518
4 changed files with 10397 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
var spectacularwidget = function(me) {
me.innerHTML = 'this is so spectacular!';
};
window.spectacularwidget = spectacularwidget;