Skip to content

Commit 35cca85

Browse files
Updated distribution to version 1.10.0
1 parent 85a29d5 commit 35cca85

File tree

121 files changed

+717
-416
lines changed

Some content is hidden

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

121 files changed

+717
-416
lines changed

components/accordion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* # Semantic UI - 1.9.3
2+
* # Semantic UI - 1.10.0
33
* https://github.com/Semantic-Org/Semantic-UI
44
* http://www.semantic-ui.com/
55
*

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.

components/accordion.min.js

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

components/ad.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* # Semantic UI - 1.9.3
2+
* # Semantic UI - 1.10.0
33
* https://github.com/Semantic-Org/Semantic-UI
44
* http://www.semantic-ui.com/
55
*

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.

components/api.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,17 @@ $.api = $.fn.api = function(parameters) {
135135
}
136136

137137
// call beforesend and get any settings changes
138-
requestSettings = module.get.settings();
138+
requestSettings = module.get.settings();
139139

140-
// check if beforesend cancelled request
140+
// check if before send cancelled request
141141
if(requestSettings === false) {
142+
module.cancelled = true;
142143
module.error(error.beforeSend);
143144
return;
144145
}
146+
else {
147+
module.cancelled = false;
148+
}
145149

146150
if(settings.url) {
147151
// override with url if specified
@@ -212,6 +216,9 @@ $.api = $.fn.api = function(parameters) {
212216
},
213217

214218
was: {
219+
cancelled: function() {
220+
return (module.cancelled || false);
221+
},
215222
succesful: function() {
216223
return (module.request && module.request.state() == 'resolved');
217224
},

components/api.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.

components/breadcrumb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* # Semantic UI - 1.9.3
2+
* # Semantic UI - 1.10.0
33
* https://github.com/Semantic-Org/Semantic-UI
44
* http://www.semantic-ui.com/
55
*

components/breadcrumb.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* # Semantic UI - 1.9.3
2+
* # Semantic UI - 1.10.0
33
* https://github.com/Semantic-Org/Semantic-UI
44
* http://www.semantic-ui.com/
55
*

components/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* # Semantic UI - 1.9.3
2+
* # Semantic UI - 1.10.0
33
* https://github.com/Semantic-Org/Semantic-UI
44
* http://www.semantic-ui.com/
55
*

0 commit comments

Comments
 (0)