DataZombies / jQTouch

jQT extensions jqt.activityIndicator, jqt.bars (with numeric badges), jqt.checkGroup & jqt.segmentedControl.Get updates via Twitter http://twitter.com/HeadDZombie. If you find this fork useful please make a donation via PayPal (http://tinyurl.com/2fpmx27). See below for demo links.
MIT License
159 stars 34 forks source link

debug option needed #29

Closed signaturedigital closed 13 years ago

signaturedigital commented 13 years ago

We need a way to turn off the console logging as it slows down apps on-device. something like a { debug : false } option would be good

signaturedigital commented 13 years ago

This is what I've had to use: console = { log : function() {}, info : function() {}, };

DataZombies commented 13 years ago

Two options added: debug & autoLoad_iScroll. See the Change Log in jqt.bars.js for usage.