Skip to content

Commit 2d8ec57

Browse files
committed
chore(release): update dist files
1 parent f2b19b9 commit 2d8ec57

File tree

158 files changed

+6705
-2921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+6705
-2921
lines changed

dist/components/accordion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI 2.9.2 - Accordion
2+
* # Fomantic-UI 2.9.3 - Accordion
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

dist/components/accordion.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI 2.9.2 - Accordion
2+
* # Fomantic-UI 2.9.3 - Accordion
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*
@@ -45,7 +45,6 @@
4545

4646
eventNamespace = '.' + namespace,
4747
moduleNamespace = 'module-' + namespace,
48-
moduleSelector = $allModules.selector || '',
4948

5049
$module = $(this),
5150
$title = $module.find(selector.title),
@@ -439,7 +438,7 @@
439438
});
440439
}
441440
clearTimeout(module.performance.timer);
442-
module.performance.timer = setTimeout(module.performance.display, 500);
441+
module.performance.timer = setTimeout(function () { module.performance.display(); }, 500);
443442
},
444443
display: function () {
445444
var
@@ -452,9 +451,6 @@
452451
totalTime += data['Execution Time'];
453452
});
454453
title += ' ' + totalTime + 'ms';
455-
if (moduleSelector) {
456-
title += ' \'' + moduleSelector + '\'';
457-
}
458454
if (performance.length > 0) {
459455
console.groupCollapsed(title);
460456
if (console.table) {

dist/components/accordion.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/accordion.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/ad.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI 2.9.2 - Ad
2+
* # Fomantic-UI 2.9.3 - Ad
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

dist/components/ad.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)