console.peek seems like a good idea, let's try it
This commit is contained in:
parent
82052d7803
commit
eede055dfe
@ -28,6 +28,9 @@
|
||||
}
|
||||
}, pp: function(data) {
|
||||
JHW.log(jasmine ? jasmine.pp(data) : JSON.stringify(data));
|
||||
}, peek: function(data) {
|
||||
console.log(data);
|
||||
return data;
|
||||
} };
|
||||
|
||||
window.onbeforeunload = function(e) {
|
||||
|
Loading…
Reference in New Issue
Block a user