chrome debugger
This commit is contained in:
parent
ef675e0b07
commit
52b0ee9d49
6 changed files with 104 additions and 1 deletions
9
support/test/chrome/www/js/test.js
Normal file
9
support/test/chrome/www/js/test.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
$( document ).ready( function() {
|
||||
var getMessage = function() {
|
||||
var msg = 'this is ';
|
||||
msg += 'a test';
|
||||
return msg;
|
||||
};
|
||||
|
||||
alert( 'test: ' + getMessage() );
|
||||
} );
|
||||
Loading…
Add table
Add a link
Reference in a new issue