Update Semantic to 2.1

Ticket #56
This commit is contained in:
Tim Schumacher 2016-06-10 00:34:34 +02:00
parent 3f1e728781
commit 4385f1acbc
425 changed files with 59924 additions and 37200 deletions

View file

@ -1,9 +1,9 @@
/*!
* # Semantic UI 1.11.4 - State
* # Semantic UI 2.1.7 - State
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributors
* Copyright 2015 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
@ -472,7 +472,7 @@ $.fn.state = function(parameters) {
});
}
clearTimeout(module.performance.timer);
module.performance.timer = setTimeout(module.performance.display, 100);
module.performance.timer = setTimeout(module.performance.display, 500);
},
display: function() {
var
@ -589,7 +589,7 @@ $.fn.state.settings = {
debug : false,
// verbose debug output
verbose : true,
verbose : false,
// namespace for events
namespace : 'state',
@ -692,4 +692,4 @@ $.fn.state.settings = {
})( jQuery, window , document );
})( jQuery, window, document );