Skip to content

Commit

Permalink
chore(release): update dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Sep 7, 2023
1 parent f2b19b9 commit 2d8ec57
Show file tree
Hide file tree
Showing 158 changed files with 6,705 additions and 2,921 deletions.
2 changes: 1 addition & 1 deletion dist/components/accordion.css
@@ -1,5 +1,5 @@
/*!
* # Fomantic-UI 2.9.2 - Accordion
* # Fomantic-UI 2.9.3 - Accordion
* https://github.com/fomantic/Fomantic-UI/
*
*
Expand Down
8 changes: 2 additions & 6 deletions dist/components/accordion.js
@@ -1,5 +1,5 @@
/*!
* # Fomantic-UI 2.9.2 - Accordion
* # Fomantic-UI 2.9.3 - Accordion
* https://github.com/fomantic/Fomantic-UI/
*
*
Expand Down Expand Up @@ -45,7 +45,6 @@

eventNamespace = '.' + namespace,
moduleNamespace = 'module-' + namespace,
moduleSelector = $allModules.selector || '',

$module = $(this),
$title = $module.find(selector.title),
Expand Down Expand Up @@ -439,7 +438,7 @@
});
}
clearTimeout(module.performance.timer);
module.performance.timer = setTimeout(module.performance.display, 500);
module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
},
display: function () {
var
Expand All @@ -452,9 +451,6 @@
totalTime += data['Execution Time'];
});
title += ' ' + totalTime + 'ms';
if (moduleSelector) {
title += ' \'' + moduleSelector + '\'';
}
if (performance.length > 0) {
console.groupCollapsed(title);
if (console.table) {
Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/components/accordion.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/ad.css
@@ -1,5 +1,5 @@
/*!
* # Fomantic-UI 2.9.2 - Ad
* # Fomantic-UI 2.9.3 - Ad
* https://github.com/fomantic/Fomantic-UI/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/ad.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d8ec57

Please sign in to comment.