Browse Source

Disable sticky debug

pull/2755/merge
Jack Lukic 9 years ago
parent
commit
93a6c3fd45
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/sticky.js

2
src/definitions/modules/sticky.js

@ -825,7 +825,7 @@ $.fn.sticky.settings = {
name : 'Sticky', name : 'Sticky',
namespace : 'sticky', namespace : 'sticky',
debug : true,
debug : false,
verbose : true, verbose : true,
performance : true, performance : true,

Loading…
Cancel
Save