replaced alert with console.log

This commit is contained in:
Ben Watkins
2014-05-09 19:10:34 +01:00
parent 02e3bb8c5b
commit 20e2f6092d

View File

@@ -1 +1 @@
alert("Hello World");
console.log("Hello World");