mockJSON icon indicating copy to clipboard operation
mockJSON copied to clipboard

Added optional parameter $.mockJSON.log to turn off console.log

Open johnpapa opened this issue 12 years ago • 0 comments

This allows us to turn off console.log, which can get messy.

    if ($.mockJSON.log) {
        console.log(key);
        console.log(params);
    }

johnpapa avatar May 15 '12 17:05 johnpapa