parent
3f1e728781
commit
4385f1acbc
425 changed files with 59924 additions and 37200 deletions
10
web/semantic/dist/components/state.js
vendored
10
web/semantic/dist/components/state.js
vendored
|
@ -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 );
|
||||
|
|
Reference in a new issue