Skip to content

Commit 63b5cda

Browse files
Updated distribution to version 1.10.3
1 parent da74b8b commit 63b5cda

File tree

136 files changed

+1173
-1113
lines changed

Some content is hidden

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

136 files changed

+1173
-1113
lines changed

components/accordion.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/*
2-
* # Semantic UI - 1.10.2
3-
* https://github.com/Semantic-Org/Semantic-UI
4-
* http://www.semantic-ui.com/
1+
/*!
2+
* # Semantic UI 1.10.3 - Accordion
3+
* http://github.com/semantic-org/semantic-ui/
4+
*
55
*
66
* Copyright 2014 Contributors
77
* Released under the MIT license
@@ -10,7 +10,6 @@
1010
*/
1111

1212

13-
1413
/*******************************
1514
Accordion
1615
*******************************/

components/accordion.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/*
2-
* # Semantic - Accordion
1+
/*!
2+
* # Semantic UI 1.10.3 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
6-
* Copyright 2014 Contributor
6+
* Copyright 2014 Contributors
77
* Released under the MIT license
88
* http://opensource.org/licenses/MIT
99
*

components/accordion.min.css

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

components/accordion.min.js

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

components/ad.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
/*
2-
* # Semantic UI - 1.10.2
3-
* https://github.com/Semantic-Org/Semantic-UI
4-
* http://www.semantic-ui.com/
1+
/*!
2+
* # Semantic UI 1.10.3 - Ad
3+
* http://github.com/semantic-org/semantic-ui/
54
*
6-
* Copyright 2014 Contributors
5+
*
6+
* Copyright 2013 Contributors
77
* Released under the MIT license
88
* http://opensource.org/licenses/MIT
99
*
1010
*/
1111

1212

13-
1413
/*******************************
1514
Advertisement
1615
*******************************/

components/ad.min.css

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

components/api.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
/*
2-
* # Semantic - API
1+
/*!
2+
* # Semantic UI 1.10.3 - API
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
6-
* Copyright 2014 Contributor
6+
* Copyright 2014 Contributors
77
* Released under the MIT license
88
* http://opensource.org/licenses/MIT
99
*
1010
*/
1111

1212
;(function ( $, window, document, undefined ) {
1313

14+
"use strict";
15+
1416
$.api = $.fn.api = function(parameters) {
1517

1618
var

0 commit comments

Comments
 (0)