Browse Source

Sets all debug to false

pull/1129/head
jlukic 10 years ago
parent
commit
b4fcb35441
1 changed files with 2 additions and 2 deletions
  1. 4
      src/definitions/modules/transition.js

4
src/definitions/modules/transition.js

@ -782,10 +782,10 @@ $.fn.transition.settings = {
debug : false, debug : false,
// verbose debug output // verbose debug output
verbose : true,
verbose : false,
// performance data output // performance data output
performance : true,
performance : false,
// event namespace // event namespace
namespace : 'transition', namespace : 'transition',

Loading…
Cancel
Save