Upgrade chrome debugger to 4.12.10
This commit is contained in:
parent
97bdb0d0cc
commit
3aa949431e
3 changed files with 15 additions and 5 deletions
|
|
@ -6,5 +6,12 @@ $( document ).ready( function() {
|
|||
return msg;
|
||||
};
|
||||
|
||||
alert( 'test: ' + getMessage() );
|
||||
var obj = {
|
||||
test: getMessage(),
|
||||
toast: function() { return 'egg'; },
|
||||
spam: 'ham'
|
||||
};
|
||||
|
||||
alert( 'test: ' + obj.test );
|
||||
alert( 'toast: ' + obj.toast() );
|
||||
} );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue