- Build: Update

- Fix: Regression with Rollup config path
- Docs: Update reference to location of IIFE config file
This commit is contained in:
Brett Zamir
2020-08-03 15:35:14 +08:00
parent 92635ba721
commit 40ff7380ee
10 changed files with 13 additions and 11 deletions

View File

@@ -22202,7 +22202,7 @@
// events for each icon
$.each(icons, function (id, icon) {
icon.click(function () {
alert('You clicked on the icon with id ' + id); // eslint-disable-line no-alert
alert('You clicked on the icon with id ' + id);
});
});
}