From 9a0b19caad87e00b92da58d5529b77abffa7c314 Mon Sep 17 00:00:00 2001 From: Val <35149642+vkservicesllc@users.noreply.github.com> Date: Sat, 13 Apr 2019 09:41:58 -0400 Subject: [PATCH] Delete test-javascript-file.js --- projects/google/liveSS/files/test-javascript-file.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 projects/google/liveSS/files/test-javascript-file.js diff --git a/projects/google/liveSS/files/test-javascript-file.js b/projects/google/liveSS/files/test-javascript-file.js deleted file mode 100644 index a1f6e8d..0000000 --- a/projects/google/liveSS/files/test-javascript-file.js +++ /dev/null @@ -1,5 +0,0 @@ -function returnNumberSeven() { - return 7; -} - -function returnLetterA() { return 'A'; }