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:
5
example/js/spectacularwidget.js
Normal file
5
example/js/spectacularwidget.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var spectacularwidget = function(me) {
|
||||
me.innerHTML = 'this is so spectacular!';
|
||||
};
|
||||
|
||||
window.spectacularwidget = spectacularwidget;
|
Reference in New Issue
Block a user