Codeinwp / carouFredSel-jQuery

A circular, responsive carousel plugin built using the jQuery.
http://caroufredsel.dev7studios.com
Other
318 stars 476 forks source link

[BUGFIX] Remove console output on startup #49

Open oliverklee opened 8 years ago

oliverklee commented 8 years ago

When there are no carousel elements, a message was output on the console:

carouFredSel: No element found for ".carousel".

This message was output before the "debug" configuration was evaluated, causing the console to be filled.

This message is now removed.

This commit also drops trailing whitespace from the file (automatically done on saving in the editor).