From dba5a24517e34432fa0c37d9c596acdab3212649 Mon Sep 17 00:00:00 2001 From: Val <35149642+vkservicesllc@users.noreply.github.com> Date: Sat, 13 Apr 2019 09:22:51 -0400 Subject: [PATCH] Update and rename New Text Document.txt to test-javascript-file.js --- projects/google/liveSS/files/New Text Document.txt | 0 projects/google/liveSS/files/test-javascript-file.js | 3 +++ 2 files changed, 3 insertions(+) delete mode 100644 projects/google/liveSS/files/New Text Document.txt create mode 100644 projects/google/liveSS/files/test-javascript-file.js diff --git a/projects/google/liveSS/files/New Text Document.txt b/projects/google/liveSS/files/New Text Document.txt deleted file mode 100644 index e69de29..0000000 diff --git a/projects/google/liveSS/files/test-javascript-file.js b/projects/google/liveSS/files/test-javascript-file.js new file mode 100644 index 0000000..1123687 --- /dev/null +++ b/projects/google/liveSS/files/test-javascript-file.js @@ -0,0 +1,3 @@ +function returnNumberSeven() { + return 7; +}