debug performance
This commit is contained in:
parent
9b9b0cb1c6
commit
11b30671d4
6 changed files with 10 additions and 7 deletions
|
|
@ -3,8 +3,9 @@ function setup () {
|
|||
'use strict';
|
||||
|
||||
console.info('\n', hippie.brand, '\n\n');
|
||||
console.info('Document information:\n', 'HTML:', hippie.screen, '\n', 'BODY:', hippie.body);
|
||||
if (debugOn) {
|
||||
console.info('Debug information:\n', 'HTML:', hippie.screen, 'BODY:', hippie.body);
|
||||
console.debug('Debug information:\n', 'HIPPIE:', hippie);
|
||||
}
|
||||
|
||||
// WANNABE MODULE Mouse over effect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue