Browse Source

Disables transition debug by default, too chatty

pull/594/merge
jlukic 10 years ago
parent
commit
339b2369e2
1 changed files with 1 additions and 1 deletions
  1. 2
      src/modules/transition.js

2
src/modules/transition.js

@ -761,7 +761,7 @@ $.fn.transition.settings = {
name : 'Transition',
// debug content outputted to console
debug : true,
debug : false,
// verbose debug output
verbose : true,

Loading…
Cancel
Save