From b4fcb35441e5cdcae5e96c1121f61bd40080cb94 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 19 Sep 2014 17:43:47 -0400 Subject: [PATCH] Sets all debug to false --- src/definitions/modules/transition.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/definitions/modules/transition.js b/src/definitions/modules/transition.js index 4a5448b0a..5dc0b53f9 100755 --- a/src/definitions/modules/transition.js +++ b/src/definitions/modules/transition.js @@ -782,10 +782,10 @@ $.fn.transition.settings = { debug : false, // verbose debug output - verbose : true, + verbose : false, // performance data output - performance : true, + performance : false, // event namespace namespace : 'transition',