Merge pull request #131 from benwatkinsart/patch-1

replaced alert with console.log
This commit is contained in:
Mike Donaghy
2014-06-20 01:48:39 -04:00

View File

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